Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcGeometricProjectionEnum

Definition from IAI: The IfcGeometricProjectionEnum defines the various representation types that can be semantically distinguished. Often different levels of detail of the shape representation are controlled by the representation type.

HISTORY: New Type in Release IFC 2x Edition 2.

EXPRESS specification:

TYPE IfcGeometricProjectionEnum = ENUMERATION OF
( GRAPH_VIEW,
SKETCH_VIEW,
MODEL_VIEW,
PLAN_VIEW,
REFLECTED_PLAN_VIEW,
SECTION_VIEW,
ELEVATION_VIEW,
USERDEFINED,
NOTDEFINED);
END_TYPE;