|
CFx SDK Documentation 2026 SP0
|
#include <IFC4X4SelectTypes.h>
Public Member Functions | |
| IfcDocumentSelect (OdDAI::Select &select) | |
| bool | isIfcDocumentInformation () |
| void | setIfcDocumentInformation (IfcDocumentInformation *val) |
| bool | isIfcDocumentReference () |
| void | setIfcDocumentReference (IfcDocumentReference *val) |
Definition at line 3309 of file IFC4X4SelectTypes.h.
|
inline |
Constructor for the IfcDocumentSelect class.
| select | [in] Select value to set. |
Definition at line 3319 of file IFC4X4SelectTypes.h.
| bool OdIfc4x4::IfcDocumentSelect::isIfcDocumentInformation | ( | ) |
Checks whether this select contains value of IfcDocumentInformation or derived type.
| bool OdIfc4x4::IfcDocumentSelect::isIfcDocumentReference | ( | ) |
Checks whether this select contains value of IfcDocumentReference or derived type.
| void OdIfc4x4::IfcDocumentSelect::setIfcDocumentInformation | ( | IfcDocumentInformation * | val | ) |
Sets an IfcDocumentInformation instance into a select.
| val | [in] Value to set. |
| void OdIfc4x4::IfcDocumentSelect::setIfcDocumentReference | ( | IfcDocumentReference * | val | ) |
Sets an IfcDocumentReference instance into a select.
| val | [in] Value to set. |