![]() | Verschiebung und/ oder Verdrehung |
![]() | Structural Load Single Displacement |
Instances of the entity IfcStructuralLoadSingleDisplacement shall be used to define displacements.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
2 | DisplacementX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | DisplacementY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
4 | DisplacementZ | - | This attribute is out of scope for this model view definition and shall not be set. | ||
5 | RotationalDisplacementRX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
6 | RotationalDisplacementRY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
7 | RotationalDisplacementRZ | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. | ||
IfcStructuralLoadOrResult | |||||
IfcStructuralLoadStatic | |||||
IfcStructuralLoadSingleDisplacement | |||||
2 | DisplacementX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
3 | DisplacementY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
4 | DisplacementZ | - | This attribute is out of scope for this model view definition and shall not be set. | ||
5 | RotationalDisplacementRX | - | This attribute is out of scope for this model view definition and shall not be set. | ||
6 | RotationalDisplacementRY | - | This attribute is out of scope for this model view definition and shall not be set. | ||
7 | RotationalDisplacementRZ | - | This attribute is out of scope for this model view definition and shall not be set. |
<xs:element name="IfcStructuralLoadSingleDisplacement" type="ifc:IfcStructuralLoadSingleDisplacement" substitutionGroup="ifc:IfcStructuralLoadStatic" nillable="true"/>
<xs:complexType name="IfcStructuralLoadSingleDisplacement">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLoadStatic"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcStructuralLoadSingleDisplacement
SUPERTYPE OF(IfcStructuralLoadSingleDisplacementDistortion)
SUBTYPE OF (IfcStructuralLoadStatic);
DisplacementX : OPTIONAL IfcStrippedOptional;
DisplacementY : OPTIONAL IfcStrippedOptional;
DisplacementZ : OPTIONAL IfcStrippedOptional;
RotationalDisplacementRX : OPTIONAL IfcStrippedOptional;
RotationalDisplacementRY : OPTIONAL IfcStrippedOptional;
RotationalDisplacementRZ : OPTIONAL IfcStrippedOptional;
END_ENTITY;