IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.18.2.3 IfcGlobalOrLocalEnum

8.18.2.3.1 Semantic definition

This enumeration type defines if the local object coordinate system or the global world coordinate system for the project is used to describe the measure values of entities which have a reference to this type.

8.18.2.3.2 Type values

Type Description
GLOBAL_COORDS

The global project coordinate system is used.

LOCAL_COORDS

The local object coordinate system is used.

Table 8.18.2.3.A

8.18.2.3.3 Formal representation

TYPE IfcGlobalOrLocalEnum = ENUMERATION OF
	(GLOBAL_COORDS
	,LOCAL_COORDS);
END_TYPE;

8.18.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!