API Reference > OdIfc Namespace > Structs, Records, Enums > OdIfc::IfcOpResult Enumeration
OdIfc::IfcOpResult Enumeration
Syntax
C++
enum IfcOpResult { kUnresolved = 0, kResVisited = 1, kResPoint2d, kResPoint3d, kResVector2d, kResVector3d, kResMatrix2d, kResMatrix3d, kRgbColor, kResCompound, kResError };

IfcEntity.h

Members 
Description 
kUnresolved = 0 
Unresolved operation. 
kResVisited = 1 
No appropriate compound object exists for the entity instance. 
kResPoint2d 
The entity is composed as an OdGePoint2d object. 
kResPoint3d 
The entity is composed as an OdGePoint3d object. 
kResVector2d 
The entity is composed as an OdGeVector2d object. 
kResVector3d 
The entity is composed as an OdGeVector3d object. 
kResMatrix2d 
The entity is composed as an OdGeMatrix2d object. 
kResMatrix3d 
The entity is composed as an OdGeMatrix3d object. 
kRgbColor 
The entity is composed as an RGB color value. 
kResCompound 
The entity has an attached compound object. 
kResError 
An error occurred during the compose operation. 

Types of results of IFC file operations.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.