Navigation

IfcGlobalOrLocalEnum

Definition from IAI: This enumeration type defines if the local element coordinate system or the global project coordinate system is used to describe the values of entities which have a reference to this type. The IfcGlobalOrLocalEnum type is referenced by the entity IfcStructuralActivity and its respective subclasses.

HISTORY: New type in Release IFC2x Edition 2.

EXPRESS specification:

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