IfcStructuralLoadSingleDisplacement

Natural language names
Verschiebung und/ oder Verdrehung
Structural 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 G
2DisplacementXIfcLengthMeasure? Displacement in x-direction.X
3DisplacementYIfcLengthMeasure? Displacement in y-direction.X
4DisplacementZIfcLengthMeasure? Displacement in z-direction.X
5RotationalDisplacementRXIfcPlaneAngleMeasure? Rotation about the x-axis.X
6RotationalDisplacementRYIfcPlaneAngleMeasure? Rotation about the y-axis.X
7RotationalDisplacementRZIfcPlaneAngleMeasure? Rotation about the z-axis.X
Inherited definitions from supertypes
Entity inheritance IfcStructuralLoadSingleDisplacementDistortion IfcStructuralLoadStatic IfcStructuralLoadOrResult IfcStructuralLoad
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcStructuralLoad
1NameIfcLabel? Optionally defines a name for this load.X
IfcStructuralLoadOrResult
IfcStructuralLoadStatic
IfcStructuralLoadSingleDisplacement
2DisplacementXIfcLengthMeasure? Displacement in x-direction.X
3DisplacementYIfcLengthMeasure? Displacement in y-direction.X
4DisplacementZIfcLengthMeasure? Displacement in z-direction.X
5RotationalDisplacementRXIfcPlaneAngleMeasure? Rotation about the x-axis.X
6RotationalDisplacementRYIfcPlaneAngleMeasure? Rotation about the y-axis.X
7RotationalDisplacementRZIfcPlaneAngleMeasure? Rotation about the z-axis.X
Formal representations
XML 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