Close
Relief for ODA Team in Ukraine
Learn more
ODA IFC SDK
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
};
Members
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.
Description
Types of results of IFC file operations.
File:
IfcEntity.h
Namespace:
OdIfc
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!