8.19.3.17 IfcStructuralLoadSingleForceWarping(结构荷载单一力翘曲)
8.19.3.17.1 语义定义(Semantic definition)
实体 IfcStructuralLoadSingleForceWarping 的实例作为 IfcStructuralLoadSingleForce 的子类型,应用于定义作用于单点上的作用操作。除了其父类型定义的力和力矩外,还可定义翘曲力矩。
8.19.3.17.2 实体继承(Entity inheritance)
8.19.3.17.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
可选定义此结构荷载的名称。 |
| IfcStructuralLoadSingleForce (6) | |||
| 2 | ForceX | OPTIONAL IfcForceMeasure |
x 方向的力值。 |
| 3 | ForceY | OPTIONAL IfcForceMeasure |
y 方向的力值。 |
| 4 | ForceZ | OPTIONAL IfcForceMeasure |
z 方向的力值。 |
| 5 | MomentX | OPTIONAL IfcTorqueMeasure |
绕 x 轴的力矩。 |
| 6 | MomentY | OPTIONAL IfcTorqueMeasure |
绕 y 轴的力矩。 |
| 7 | MomentZ | OPTIONAL IfcTorqueMeasure |
绕 z 轴的力矩。 |
| 点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性 | |||
| IfcStructuralLoadSingleForceWarping (1) | |||
| 8 | WarpingMoment | OPTIONAL IfcWarpingMomentMeasure |
点荷载处的翘曲力矩。 |
8.19.3.17.4 形式化表示(Formal representation)
ENTITY IfcStructuralLoadSingleForceWarping
SUBTYPE OF (IfcStructuralLoadSingleForce);
WarpingMoment : OPTIONAL IfcWarpingMomentMeasure;
END_ENTITY;