IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

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

8.18.2.1.1 语义定义(Semantic definition)

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

8.18.2.1.2 类型值

类型
IfcCoordinateReferenceSystem
IfcGeometricRepresentationContext
表 8.18.2.1.A

8.18.2.1.3 形式化表示(Formal representation)

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

8.18.2.1.4 参考文献