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 | C |
---|---|---|---|---|---|
8 | Distortion | IfcCurvatureMeasure | [0:1] | The distortion curvature (warping, i.e. a cross-sectional deplanation) given to the displacement load. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | IfcLabel | [0:1] | Optionally defines a name for this load. | X |
IfcStructuralLoadOrResult | |||||
IfcStructuralLoadStatic | |||||
IfcStructuralLoadSingleDisplacement | |||||
2 | DisplacementX | IfcLengthMeasure | [0:1] | Displacement in x-direction. | X |
3 | DisplacementY | IfcLengthMeasure | [0:1] | Displacement in y-direction. | X |
4 | DisplacementZ | IfcLengthMeasure | [0:1] | Displacement in z-direction. | X |
5 | RotationalDisplacementRX | IfcPlaneAngleMeasure | [0:1] | Rotation about the x-axis. | X |
6 | RotationalDisplacementRY | IfcPlaneAngleMeasure | [0:1] | Rotation about the y-axis. | X |
7 | RotationalDisplacementRZ | IfcPlaneAngleMeasure | [0:1] | Rotation about the z-axis. | X |
IfcStructuralLoadSingleDisplacementDistortion | |||||
8 | Distortion | IfcCurvatureMeasure | [0:1] | 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;