![]()  | Verschiebung und/ oder Verdrehung und/ oder Verwölbung | 
![]()  | Structural Load Single Displacement Distortion | 
Defines a displacement with warping.
HISTORY New entity in IFC2x2.
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| 8 | Distortion | IfcCurvatureMeasure | ? | The distortion curvature (warping, i.e. a cross-sectional deplanation) given to the displacement load. | X | 
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| IfcStructuralLoad | |||||
| 1 | Name | IfcLabel | ? | Optionally defines a name for this load. | X | 
| IfcStructuralLoadOrResult | |||||
| IfcStructuralLoadStatic | |||||
| IfcStructuralLoadSingleDisplacement | |||||
| 2 | DisplacementX | IfcLengthMeasure | ? | Displacement in x-direction. | X | 
| 3 | DisplacementY | IfcLengthMeasure | ? | Displacement in y-direction. | X | 
| 4 | DisplacementZ | IfcLengthMeasure | ? | Displacement in z-direction. | X | 
| 5 | RotationalDisplacementRX | IfcPlaneAngleMeasure | ? | Rotation about the x-axis. | X | 
| 6 | RotationalDisplacementRY | IfcPlaneAngleMeasure | ? | Rotation about the y-axis. | X | 
| 7 | RotationalDisplacementRZ | IfcPlaneAngleMeasure | ? | Rotation about the z-axis. | X | 
| IfcStructuralLoadSingleDisplacementDistortion | |||||
| 8 | Distortion | IfcCurvatureMeasure | ? | The distortion curvature (warping, i.e. a cross-sectional deplanation) given to the displacement load. | X | 
 <xs:element name="IfcStructuralLoadSingleDisplacementDistortion" type="ifc:IfcStructuralLoadSingleDisplacementDistortion" substitutionGroup="ifc:IfcStructuralLoadSingleDisplacement" nillable="true"/>
 <xs:complexType name="IfcStructuralLoadSingleDisplacementDistortion">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralLoadSingleDisplacement">
    <xs:attribute name="Distortion" type="ifc:IfcCurvatureMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
ENTITY IfcStructuralLoadSingleDisplacementDistortion
 SUBTYPE OF (IfcStructuralLoadSingleDisplacement);
  Distortion : OPTIONAL IfcCurvatureMeasure;
END_ENTITY;