|
CFx SDK Documentation 2026 SP0
|
#include <Ifc2x2_FinalSelectTypes.h>
Public Member Functions | |
| IfcColour (OdDAI::Select &select) | |
| bool | isIfcColourSpecification () |
| void | setIfcColourSpecification (IfcColourSpecification *val) |
| bool | isIfcPreDefinedColour () |
| void | setIfcPreDefinedColour (IfcPreDefinedColour *val) |
Definition at line 456 of file Ifc2x2_FinalSelectTypes.h.
|
inline |
Constructor for the IfcColour class.
| select | [in] Select value to set. |
Definition at line 466 of file Ifc2x2_FinalSelectTypes.h.
| bool OdIfc2x2_final::IfcColour::isIfcColourSpecification | ( | ) |
Checks whether this select contains value of IfcColourSpecification or derived type.
| bool OdIfc2x2_final::IfcColour::isIfcPreDefinedColour | ( | ) |
Checks whether this select contains value of IfcPreDefinedColour or derived type.
| void OdIfc2x2_final::IfcColour::setIfcColourSpecification | ( | IfcColourSpecification * | val | ) |
Sets an IfcColourSpecification instance into a select.
| val | [in] Value to set. |
| void OdIfc2x2_final::IfcColour::setIfcPreDefinedColour | ( | IfcPreDefinedColour * | val | ) |
Sets an IfcPreDefinedColour instance into a select.
| val | [in] Value to set. |