Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfc::IfcOpResult Enumeration
Syntax
C++
enum IfcOpResult { kUnresolved = 0, kResVisited = 1, kResPoint2d, kResPoint3d, kResVector2d, kResVector3d, kResMatrix2d, kResMatrix3d, kRgbColor, kResCompound, kResError };
Members
Description
kUnresolved
Unresolved operation.
kResVisited
No appropriate compound object exists for the IFC entity instance.
kResPoint2d
The instance is composed as an OdGePoint2d object.
kResPoint3d
The instance is composed as an OdGePoint3d object.
kResVector2d
The instance is composed as an OdGeVector2d object.
kResVector3d
The instance is composed as an OdGeVector3d object.
kResMatrix2d
The instance is composed as an OdGeMatrix2d object.
kResMatrix3d
The instance is composed as an OdGeMatrix3d object.
kRgbColor
The instance is composed as an RGB color value.
kResCompound
The instance has an attached compound object.
kResError
An error occurred during the compose operation.

Types of results of IFC file operations.

File: IfcEntity.h 

Namespace: OdIfc 

Copyright © 2002-2022. Open Design Alliance All rights reserved.