![]() | Einzellast |
![]() | Structural Load Single Force |
Instances of the entity IfcStructuralLoadSingleForce shall be used to define the forces and moments of an action operating on a single point.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
2 | ForceX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | ForceY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
4 | ForceZ | - | This attribute is out of scope for this model view definition and shall not be set. | ||
5 | MomentX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
6 | MomentY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
7 | MomentZ | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. | ||
IfcStructuralLoadOrResult | |||||
IfcStructuralLoadStatic | |||||
IfcStructuralLoadSingleForce | |||||
2 | ForceX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | ForceY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
4 | ForceZ | - | This attribute is out of scope for this model view definition and shall not be set. | ||
5 | MomentX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
6 | MomentY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
7 | MomentZ | - | This attribute is out of scope for this model view definition and shall not be set. |
<xs:element name="IfcStructuralLoadSingleForce" type="ifc:IfcStructuralLoadSingleForce" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
<xs:complexType name="IfcStructuralLoadSingleForce">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLoadStatic"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcStructuralLoadSingleForce
SUPERTYPE OF(IfcStructuralLoadSingleForceWarping)
SUBTYPE OF (IfcStructuralLoadStatic);
ForceX : OPTIONAL IfcStrippedOptional;
ForceY : OPTIONAL IfcStrippedOptional;
ForceZ : OPTIONAL IfcStrippedOptional;
MomentX : OPTIONAL IfcStrippedOptional;
MomentY : OPTIONAL IfcStrippedOptional;
MomentZ : OPTIONAL IfcStrippedOptional;
END_ENTITY;