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