8.18.2.1 IfcCoordinateReferenceSystemSelect(坐标参考系统选择)
8.18.2.1.1 语义定义(Semantic definition)
IfcCoordinateReferenceSystemSelect 是在由 IfcGeometricRepresentationContext 表示的局部工程坐标系与由 IfcCoordinateReferenceSystem 表示的另一个坐标参考系统之间进行选择,以作为坐标操作的来源。
8.18.2.1.2 类型值
8.18.2.1.3 形式化表示(Formal representation)
TYPE IfcCoordinateReferenceSystemSelect = SELECT
(IfcCoordinateReferenceSystem
,IfcGeometricRepresentationContext);
END_TYPE;