IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.19.3.7 IfcSlippageConnectionCondition(滑移连接条件)

8.19.3.7.1 语义定义(Semantic definition)

描述支座条件或连接条件中的滑移现象。滑移是指在支座或连接反力被激发之前,支座或连接处可能发生的相对位移。

适用范围:

  • 点支座和连接
  • 线支座和连接
  • 面支座和连接

8.19.3.7.2 实体继承(Entity inheritance)

8.19.3.7.3 特性(Attributes)

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

可选地为此结构连接条件定义名称。

点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性
IfcSlippageConnectionCondition (3)
2 SlippageX OPTIONAL IfcLengthMeasure

在使用此资源对象的实例所定义的坐标系中,沿 x 方向的滑移量。

3 SlippageY OPTIONAL IfcLengthMeasure

在使用此资源对象的实例所定义的坐标系中,沿 y 方向的滑移量。

4 SlippageZ OPTIONAL IfcLengthMeasure

在使用此资源对象的实例所定义的坐标系中,沿 z 方向的滑移量。

表 8.19.3.7.A

8.19.3.7.4 形式化表示(Formal representation)

ENTITY IfcSlippageConnectionCondition
 SUBTYPE OF (IfcStructuralConnectionCondition);
	SlippageX : OPTIONAL IfcLengthMeasure;
	SlippageY : OPTIONAL IfcLengthMeasure;
	SlippageZ : OPTIONAL IfcLengthMeasure;
END_ENTITY;

8.19.3.7.5 参考文献