8.19.3.14 IfcStructuralLoadSingleDisplacement(结构荷载单一位移)
8.19.3.14.1 语义定义(Semantic definition)
实体 IfcStructuralLoadSingleDisplacement 的实例应用于定义位移。
8.19.3.14.2 实体继承(Entity inheritance)
8.19.3.14.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
可选定义此结构荷载的名称。 |
| 点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性 | |||
| IfcStructuralLoadSingleDisplacement (6) | |||
| 2 | DisplacementX | OPTIONAL IfcLengthMeasure |
x 方向的位移。 |
| 3 | DisplacementY | OPTIONAL IfcLengthMeasure |
y 方向的位移。 |
| 4 | DisplacementZ | OPTIONAL IfcLengthMeasure |
z 方向的位移。 |
| 5 | RotationalDisplacementRX | OPTIONAL IfcPlaneAngleMeasure |
绕 x 轴的旋转。 |
| 6 | RotationalDisplacementRY | OPTIONAL IfcPlaneAngleMeasure |
绕 y 轴的旋转。 |
| 7 | RotationalDisplacementRZ | OPTIONAL IfcPlaneAngleMeasure |
绕 z 轴的旋转。 |
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;