|
CFx SDK Documentation 2026 SP0
|
#include <Ifc2x3SelectTypes.h>
Public Member Functions | |
| IfcDefinedSymbolSelect (OdDAI::Select &select) | |
| bool | isIfcExternallyDefinedSymbol () |
| void | setIfcExternallyDefinedSymbol (IfcExternallyDefinedSymbol *val) |
| bool | isIfcPreDefinedSymbol () |
| void | setIfcPreDefinedSymbol (IfcPreDefinedSymbol *val) |
Definition at line 763 of file Ifc2x3SelectTypes.h.
|
inline |
Constructor for the IfcDefinedSymbolSelect class.
| select | [in] Select value to set. |
Definition at line 773 of file Ifc2x3SelectTypes.h.
| bool OdIfc2x3::IfcDefinedSymbolSelect::isIfcExternallyDefinedSymbol | ( | ) |
Checks whether this select contains value of IfcExternallyDefinedSymbol or derived type.
| bool OdIfc2x3::IfcDefinedSymbolSelect::isIfcPreDefinedSymbol | ( | ) |
Checks whether this select contains value of IfcPreDefinedSymbol or derived type.
| void OdIfc2x3::IfcDefinedSymbolSelect::setIfcExternallyDefinedSymbol | ( | IfcExternallyDefinedSymbol * | val | ) |
Sets an IfcExternallyDefinedSymbol instance into a select.
| val | [in] Value to set. |
| void OdIfc2x3::IfcDefinedSymbolSelect::setIfcPreDefinedSymbol | ( | IfcPreDefinedSymbol * | val | ) |
Sets an IfcPreDefinedSymbol instance into a select.
| val | [in] Value to set. |