IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.3.14 IfcLocalPlacement(局部定位)

RV ⓘ
AbV ⓘ

8.7.3.14.1 语义定义(Semantic definition)

IfcLocalPlacement 定义了产品相对于另一产品定位的相对位置关系,或产品在项目几何表示上下文中的绝对位置。

IfcLocalPlacement 允许通过 PlacementRelTo 引用另一 IfcProduct 的对象定位,使当前 IfcProduct(通过属性 ObjectPlacement)能够在该对象定位的局部坐标系中进行定位。防止循环相对定位的规则需在应用层面进行定义。

若未指定 PlacementRelTo,则 IfcProduct 将在世界坐标系中进行绝对定位。

当使用相对定位时,应遵循以下默认相对位置约定。这些约定适用于 IfcProduct 的五个直接子类型:IfcSpatialStructureElementIfcElementIfcAnnotationIfcGridIfcPort。更详细的定位信息将在这些类型的子类型层级给出。

8.7.3.14.2 实体继承(Entity inheritance)

8.7.3.14.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcObjectPlacement (2)
表 8.7.3.14.A

8.7.3.14.4 形式化命题(Formal propositions)

名称 描述
WR21

无可用描述

IfcCorrectLocalPlacement(RelativePlacement, PlacementRelTo)
表 8.7.3.14.B

8.7.3.14.5 形式化表示(Formal representation)

ENTITY IfcLocalPlacement
 SUBTYPE OF (IfcObjectPlacement);
	RelativePlacement : IfcAxis2Placement;
 WHERE
	WR21 : IfcCorrectLocalPlacement(RelativePlacement, PlacementRelTo);
END_ENTITY;

8.7.3.14.6 参考文献