IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.18.2.1 IfcCoordinateReferenceSystemSelect

8.18.2.1.1 Semantic definition

IfcCoordinateReferenceSystemSelect is a select between either the local engineering coordinate system, represented by the IfcGeometricRepresentationContext, or another coordinate reference system, represented by IfcCoordinateReferenceSystem, to be the source of a coordinate operation.

8.18.2.1.2 Type values

Type
IfcCoordinateReferenceSystem
IfcGeometricRepresentationContext
Table 8.18.2.1.A

8.18.2.1.3 Formal representation

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

8.18.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!

8.18.2.1.5 Changelog

8.18.2.1.5.1 IFC4

  • New resource