IfcStructuralLoadSingleDisplacement

Natural language names
deVerschiebung und/ oder Verdrehung
enStructural Load Single Displacement
Semantic definitions at the entity
Entity definition

Instances of the entity IfcStructuralLoadSingleDisplacement shall be used to define displacements.

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription C
2DisplacementXIfcLengthMeasure[0:1] Displacement in x-direction.X
3DisplacementYIfcLengthMeasure[0:1] Displacement in y-direction.X
4DisplacementZIfcLengthMeasure[0:1] Displacement in z-direction.X
5RotationalDisplacementRXIfcPlaneAngleMeasure[0:1] Rotation about the x-axis.X
6RotationalDisplacementRYIfcPlaneAngleMeasure[0:1] Rotation about the y-axis.X
7RotationalDisplacementRZIfcPlaneAngleMeasure[0:1] Rotation about the z-axis.X
Inherited definitions from supertypes
Entity inheritance IfcStructuralLoadSingleDisplacementDistortion IfcStructuralLoadStatic IfcStructuralLoadOrResult IfcStructuralLoad
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcStructuralLoad
1NameIfcLabel[0:1] Optionally defines a name for this load.X
IfcStructuralLoadOrResult
IfcStructuralLoadStatic
IfcStructuralLoadSingleDisplacement
2DisplacementXIfcLengthMeasure[0:1] Displacement in x-direction.X
3DisplacementYIfcLengthMeasure[0:1] Displacement in y-direction.X
4DisplacementZIfcLengthMeasure[0:1] Displacement in z-direction.X
5RotationalDisplacementRXIfcPlaneAngleMeasure[0:1] Rotation about the x-axis.X
6RotationalDisplacementRYIfcPlaneAngleMeasure[0:1] Rotation about the y-axis.X
7RotationalDisplacementRZIfcPlaneAngleMeasure[0:1] Rotation about the z-axis.X
Formal representations
XSD Specification
 <xs:element name="IfcStructuralLoadSingleDisplacement" type="ifc:IfcStructuralLoadSingleDisplacement" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
 <xs:complexType name="IfcStructuralLoadSingleDisplacement">
  <xs:complexContent>
   <xs:extension base="ifc:IfcStructuralLoadStatic">
    <xs:attribute name="DisplacementX" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="DisplacementY" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="DisplacementZ" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="RotationalDisplacementRX" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
    <xs:attribute name="RotationalDisplacementRY" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
    <xs:attribute name="RotationalDisplacementRZ" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcStructuralLoadSingleDisplacement
 SUPERTYPE OF(IfcStructuralLoadSingleDisplacementDistortion)
 SUBTYPE OF (IfcStructuralLoadStatic);
  DisplacementX : OPTIONAL IfcLengthMeasure;
  DisplacementY : OPTIONAL IfcLengthMeasure;
  DisplacementZ : OPTIONAL IfcLengthMeasure;
  RotationalDisplacementRX : OPTIONAL IfcPlaneAngleMeasure;
  RotationalDisplacementRY : OPTIONAL IfcPlaneAngleMeasure;
  RotationalDisplacementRZ : OPTIONAL IfcPlaneAngleMeasure;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page