IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.19.3.3 IfcBoundaryFaceCondition(边界面条件)

8.19.3.3.1 语义定义(Semantic definition)

描述线性弹性支撑条件或连接条件。

适用范围:

  • 表面支撑和连接。

8.19.3.3.2 实体继承(Entity inheritance)

8.19.3.3.3 特性(Attributes)

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

可选定义此边界条件的名称。

点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性
IfcBoundaryFaceCondition (3)
2 TranslationalStiffnessByAreaX OPTIONAL IfcModulusOfSubgradeReactionSelect

使用此资源对象的实例所定义坐标系中 x 方向的平移刚度值。

3 TranslationalStiffnessByAreaY OPTIONAL IfcModulusOfSubgradeReactionSelect

使用此资源对象的实例所定义坐标系中 y 方向的平移刚度值。

4 TranslationalStiffnessByAreaZ OPTIONAL IfcModulusOfSubgradeReactionSelect

使用此资源对象的实例所定义坐标系中 z 方向的平移刚度值。

表 8.19.3.3.A

8.19.3.3.4 形式化表示(Formal representation)

ENTITY IfcBoundaryFaceCondition
 SUBTYPE OF (IfcBoundaryCondition);
	TranslationalStiffnessByAreaX : OPTIONAL IfcModulusOfSubgradeReactionSelect;
	TranslationalStiffnessByAreaY : OPTIONAL IfcModulusOfSubgradeReactionSelect;
	TranslationalStiffnessByAreaZ : OPTIONAL IfcModulusOfSubgradeReactionSelect;
END_ENTITY;

8.19.3.3.5 参考文献