IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.19.3.15 IfcStructuralLoadSingleDisplacementDistortion(结构荷载单一位移变形)

8.19.3.15.1 语义定义(Semantic definition)

定义带有翘曲的位移。

8.19.3.15.2 实体继承(Entity inheritance)

8.19.3.15.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcStructuralLoad (1)
1 Name OPTIONAL IfcLabel

可选定义此结构荷载的名称。

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 轴的旋转。

点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性
IfcStructuralLoadSingleDisplacementDistortion (1)
8 Distortion OPTIONAL IfcCurvatureMeasure

赋予位移荷载的翘曲曲率(即截面变形)。

表 8.19.3.15.A

8.19.3.15.4 形式化表示(Formal representation)

ENTITY IfcStructuralLoadSingleDisplacementDistortion
 SUBTYPE OF (IfcStructuralLoadSingleDisplacement);
	Distortion : OPTIONAL IfcCurvatureMeasure;
END_ENTITY;

8.19.3.15.5 参考文献