|
CFx SDK Documentation 2026 SP0
|
#include <Ifc4x2SelectTypes.h>
Public Member Functions | |
| IfcDefinitionSelect (OdDAI::Select &select) | |
| bool | isIfcObjectDefinition () |
| void | setIfcObjectDefinition (IfcObjectDefinition *val) |
| bool | isIfcPropertyDefinition () |
| void | setIfcPropertyDefinition (IfcPropertyDefinition *val) |
Definition at line 2237 of file Ifc4x2SelectTypes.h.
|
inline |
Constructor for the IfcDefinitionSelect class.
| select | [in] Select value to set. |
Definition at line 2247 of file Ifc4x2SelectTypes.h.
| bool OdIfc4x2::IfcDefinitionSelect::isIfcObjectDefinition | ( | ) |
Checks whether this select contains value of IfcObjectDefinition or derived type.
| bool OdIfc4x2::IfcDefinitionSelect::isIfcPropertyDefinition | ( | ) |
Checks whether this select contains value of IfcPropertyDefinition or derived type.
| void OdIfc4x2::IfcDefinitionSelect::setIfcObjectDefinition | ( | IfcObjectDefinition * | val | ) |
Sets an IfcObjectDefinition instance into a select.
| val | [in] Value to set. |
| void OdIfc4x2::IfcDefinitionSelect::setIfcPropertyDefinition | ( | IfcPropertyDefinition * | val | ) |
Sets an IfcPropertyDefinition instance into a select.
| val | [in] Value to set. |