8.19.3.4 IfcBoundaryNodeCondition(边界节点条件)
8.19.3.4.1 语义定义(Semantic definition)
描述线性弹性支撑条件或连接条件。
适用范围:
- 点支撑和连接。
8.19.3.4.2 实体继承(Entity inheritance)
8.19.3.4.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcBoundaryCondition (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
可选定义此边界条件的名称。 |
| 点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性 | |||
| IfcBoundaryNodeCondition (6) | |||
| 2 | TranslationalStiffnessX | OPTIONAL IfcTranslationalStiffnessSelect |
在使用此资源对象实例定义的坐标系中,x 方向的平动刚度值。 |
| 3 | TranslationalStiffnessY | OPTIONAL IfcTranslationalStiffnessSelect |
在使用此资源对象实例定义的坐标系中,y 方向的平动刚度值。 |
| 4 | TranslationalStiffnessZ | OPTIONAL IfcTranslationalStiffnessSelect |
在使用此资源对象实例定义的坐标系中,z 方向的平动刚度值。 |
| 5 | RotationalStiffnessX | OPTIONAL IfcRotationalStiffnessSelect |
在使用此资源对象实例定义的坐标系中,绕 x 轴的转动刚度值。 |
| 6 | RotationalStiffnessY | OPTIONAL IfcRotationalStiffnessSelect |
在使用此资源对象实例定义的坐标系中,绕 y 轴的转动刚度值。 |
| 7 | RotationalStiffnessZ | OPTIONAL IfcRotationalStiffnessSelect |
在使用此资源对象实例定义的坐标系中,绕 z 轴的转动刚度值。 |
8.19.3.4.4 形式化表示(Formal representation)
ENTITY IfcBoundaryNodeCondition
SUPERTYPE OF (ONEOF
(IfcBoundaryNodeConditionWarping))
SUBTYPE OF (IfcBoundaryCondition);
TranslationalStiffnessX : OPTIONAL IfcTranslationalStiffnessSelect;
TranslationalStiffnessY : OPTIONAL IfcTranslationalStiffnessSelect;
TranslationalStiffnessZ : OPTIONAL IfcTranslationalStiffnessSelect;
RotationalStiffnessX : OPTIONAL IfcRotationalStiffnessSelect;
RotationalStiffnessY : OPTIONAL IfcRotationalStiffnessSelect;
RotationalStiffnessZ : OPTIONAL IfcRotationalStiffnessSelect;
END_ENTITY;