![]() | Einzellast mit Wölbmoment |
![]() | Structural Load Single Force Warping |
Instances of the entity IfcStructuralLoadSingleForceWarping, as a subtype of IfcStructuralLoadSingleForce, shall be used to define an action operation on a single point. In addition to forces and moments defined by its supertype a warping moment can be defined.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
8 | WarpingMoment | - | 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. | ||
IfcStructuralLoadSingleForceWarping | |||||
8 | WarpingMoment | - | This attribute is out of scope for this model view definition and shall not be set. |
<xs:element name="IfcStructuralLoadSingleForceWarping" type="ifc:IfcStructuralLoadSingleForceWarping" substitutionGroup="ifc:IfcStructuralLoadSingleForce" nillable="true"/>
<xs:complexType name="IfcStructuralLoadSingleForceWarping">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLoadSingleForce"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcStructuralLoadSingleForceWarping
SUBTYPE OF (IfcStructuralLoadSingleForce);
WarpingMoment : OPTIONAL IfcStrippedOptional;
END_ENTITY;