8.19.3.11 IfcStructuralLoadLinearForce(结构荷载线性力)
8.19.3.11.1 语义定义(Semantic definition)
实体 IfcStructuralLoadLinearForce 的实例应用于定义作用于曲线上的作用力。
8.19.3.11.2 实体继承(Entity inheritance)
8.19.3.11.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
可选定义此结构荷载的名称。 |
| 点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性 | |||
| IfcStructuralLoadLinearForce (6) | |||
| 2 | LinearForceX | OPTIONAL IfcLinearForceMeasure |
x 方向上的线性力值。 |
| 3 | LinearForceY | OPTIONAL IfcLinearForceMeasure |
y 方向上的线性力值。 |
| 4 | LinearForceZ | OPTIONAL IfcLinearForceMeasure |
z 方向上的线性力值。 |
| 5 | LinearMomentX | OPTIONAL IfcLinearMomentMeasure |
绕 x 轴的线性力矩。 |
| 6 | LinearMomentY | OPTIONAL IfcLinearMomentMeasure |
绕 y 轴的线性力矩。 |
| 7 | LinearMomentZ | OPTIONAL IfcLinearMomentMeasure |
绕 z 轴的线性力矩。 |
8.19.3.11.4 形式化表示(Formal representation)
ENTITY IfcStructuralLoadLinearForce
SUBTYPE OF (IfcStructuralLoadStatic);
LinearForceX : OPTIONAL IfcLinearForceMeasure;
LinearForceY : OPTIONAL IfcLinearForceMeasure;
LinearForceZ : OPTIONAL IfcLinearForceMeasure;
LinearMomentX : OPTIONAL IfcLinearMomentMeasure;
LinearMomentY : OPTIONAL IfcLinearMomentMeasure;
LinearMomentZ : OPTIONAL IfcLinearMomentMeasure;
END_ENTITY;