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. |
8.18.2.3.3 Formal representation
TYPE IfcGlobalOrLocalEnum = ENUMERATION OF
(GLOBAL_COORDS
,LOCAL_COORDS);
END_TYPE;