IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.45 IfcPlacement(定位)

RV ⓘ
AbV ⓘ

抽象 该定义可能不会被直接实例化。

8.9.3.45.1 语义定义(Semantic definition)

IfcPlacement 是一个抽象超类型,用于定义项目或整个形状表示的位置并提供其方向的定位子类型。所有定位子类型都定义右手笛卡尔坐标系,且不允许镜像变换。

8.9.3.45.2 实体继承(Entity inheritance)

8.9.3.45.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentationItems 列表中的 LayerAssignments

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcPlacement (2)
1 Location IfcPoint

参考点(如圆心)的几何位置,用于确定待定位项目的位置。

* Dim IfcDimensionCount

此属性是形式化派生的

Location.Dim

该类的空间维度,由位置坐标的维度推导得出。

表 8.9.3.45.A

8.9.3.45.4 形式化表示(Formal representation)

ENTITY IfcPlacement
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcAxis1Placement
	,IfcAxis2Placement2D
	,IfcAxis2Placement3D
	,IfcAxis2PlacementLinear))
 SUBTYPE OF (IfcGeometricRepresentationItem);
	Location : IfcPoint;
 DERIVE
	 Dim : IfcDimensionCount := Location.Dim;
END_ENTITY;

8.9.3.45.5 参考文献