8.19.3.14 IfcStructuralLoadSingleDisplacement
8.19.3.14.1 Semantic definition
Instances of the entity IfcStructuralLoadSingleDisplacement shall be used to define displacements.
8.19.3.14.2 Entity inheritance
8.19.3.14.3 Attributes
| # | Attribute | Type | Description |
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
Optionally defines a name for this load. |
| Click to show 1 hidden inherited attributes Click to hide 1 inherited attributes | |||
| IfcStructuralLoadSingleDisplacement (6) | |||
| 2 | DisplacementX | OPTIONAL IfcLengthMeasure |
Displacement in x-direction. |
| 3 | DisplacementY | OPTIONAL IfcLengthMeasure |
Displacement in y-direction. |
| 4 | DisplacementZ | OPTIONAL IfcLengthMeasure |
Displacement in z-direction. |
| 5 | RotationalDisplacementRX | OPTIONAL IfcPlaneAngleMeasure |
Rotation about the x-axis. |
| 6 | RotationalDisplacementRY | OPTIONAL IfcPlaneAngleMeasure |
Rotation about the y-axis. |
| 7 | RotationalDisplacementRZ | OPTIONAL IfcPlaneAngleMeasure |
Rotation about the z-axis. |
8.19.3.14.4 Formal representation
ENTITY IfcStructuralLoadSingleDisplacement
SUPERTYPE OF (ONEOF
(IfcStructuralLoadSingleDisplacementDistortion))
SUBTYPE OF (IfcStructuralLoadStatic);
DisplacementX : OPTIONAL IfcLengthMeasure;
DisplacementY : OPTIONAL IfcLengthMeasure;
DisplacementZ : OPTIONAL IfcLengthMeasure;
RotationalDisplacementRX : OPTIONAL IfcPlaneAngleMeasure;
RotationalDisplacementRY : OPTIONAL IfcPlaneAngleMeasure;
RotationalDisplacementRZ : OPTIONAL IfcPlaneAngleMeasure;
END_ENTITY;