![]() | 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 | G |
|---|---|---|---|---|---|
| 8 | WarpingMoment | IfcWarpingMomentMeasure | ? | The warping moment at the point load. | X |
| # | Attribute | Type | Cardinality | Description | G |
|---|---|---|---|---|---|
| IfcStructuralLoad | |||||
| 1 | Name | IfcLabel | ? | Optionally defines a name for this load. | X |
| IfcStructuralLoadOrResult | |||||
| IfcStructuralLoadStatic | |||||
| IfcStructuralLoadSingleForce | |||||
| 2 | ForceX | IfcForceMeasure | ? | Force value in x-direction. | X |
| 3 | ForceY | IfcForceMeasure | ? | Force value in y-direction. | X |
| 4 | ForceZ | IfcForceMeasure | ? | Force value in z-direction. | X |
| 5 | MomentX | IfcTorqueMeasure | ? | Moment about the x-axis. | X |
| 6 | MomentY | IfcTorqueMeasure | ? | Moment about the y-axis. | X |
| 7 | MomentZ | IfcTorqueMeasure | ? | Moment about the z-axis. | X |
| IfcStructuralLoadSingleForceWarping | |||||
| 8 | WarpingMoment | IfcWarpingMomentMeasure | ? | The warping moment at the point load. | X |
<xs:element name="IfcStructuralLoadSingleForceWarping" type="ifc:IfcStructuralLoadSingleForceWarping" substitutionGroup="ifc:IfcStructuralLoadSingleForce" nillable="true"/>
<xs:complexType name="IfcStructuralLoadSingleForceWarping">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLoadSingleForce">
<xs:attribute name="WarpingMoment" type="ifc:IfcWarpingMomentMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcStructuralLoadSingleForceWarping
SUBTYPE OF (IfcStructuralLoadSingleForce);
WarpingMoment : OPTIONAL IfcWarpingMomentMeasure;
END_ENTITY;