Struct Ifc2x3::IfcGlobalOrLocalEnum

Nested Relationships

This struct is a nested type of Struct Ifc2x3.

Struct Documentation

struct Ifc2x3::IfcGlobalOrLocalEnum

Public Types

enum Value

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.

NOTE The world coordinate system is given by the IfcGeometricRepresentationContext.WorldCoordinateSystem and is unique within the project. The local (or object) coordinate system is given by IfcProduct.ObjectPlacement and is used by all IfcRepresentation’s within the IfcProduct.Representation.

HISTORY: New type in IFC2x2.

Values:

enumerator IfcGlobalOrLocal_GLOBAL_COORDS
enumerator IfcGlobalOrLocal_LOCAL_COORDS

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)