IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.18.2.1 IfcCoordinateReferenceSystemSelect(坐标参考系统选择类型)

8.18.2.1.1 语义定义

IfcCoordinateReferenceSystemSelect 是在由 IfcGeometricRepresentationContext 表示的局部工程坐标系与由 IfcCoordinateReferenceSystem 表示的另一个坐标参考系统之间进行选择,以作为坐标操作的来源。

沿革 在IFC4中新增的选择类型。

8.18.2.1.2 类型值

类型
IfcCoordinateReferenceSystem
IfcGeometricRepresentationContext
表 8.18.2.1.A

8.18.2.1.3 形式化表示

TYPE IfcCoordinateReferenceSystemSelect = SELECT
	(IfcCoordinateReferenceSystem
	,IfcGeometricRepresentationContext);
END_TYPE;

8.18.2.1.4 参考