8.19.3.13 IfcStructuralLoadPlanarForce(结构荷载平面力)
8.19.3.13.1 语义定义(Semantic definition)
实体 IfcStructuralLoadPlanarForce 的实例应用于定义作用于平面上的作用力。
8.19.3.13.2 实体继承(Entity inheritance)
8.19.3.13.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
可选定义此结构荷载的名称。 |
| 点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性 | |||
| IfcStructuralLoadPlanarForce (3) | |||
| 2 | PlanarForceX | OPTIONAL IfcPlanarForceMeasure |
x 方向上的平面力值。 |
| 3 | PlanarForceY | OPTIONAL IfcPlanarForceMeasure |
y 方向上的平面力值。 |
| 4 | PlanarForceZ | OPTIONAL IfcPlanarForceMeasure |
z 方向上的平面力值。 |
8.19.3.13.4 形式化表示(Formal representation)
ENTITY IfcStructuralLoadPlanarForce
SUBTYPE OF (IfcStructuralLoadStatic);
PlanarForceX : OPTIONAL IfcPlanarForceMeasure;
PlanarForceY : OPTIONAL IfcPlanarForceMeasure;
PlanarForceZ : OPTIONAL IfcPlanarForceMeasure;
END_ENTITY;