|
CFx SDK Documentation 2026 SP0
|
#include <Ifc4x3SelectTypes.h>
Public Member Functions | |
| IfcAxis2Placement (OdDAI::Select &select) | |
| bool | isIfcAxis2Placement2D () |
| void | setIfcAxis2Placement2D (IfcAxis2Placement2D *val) |
| bool | isIfcAxis2Placement3D () |
| void | setIfcAxis2Placement3D (IfcAxis2Placement3D *val) |
Definition at line 1648 of file Ifc4x3SelectTypes.h.
|
inline |
Constructor for the IfcAxis2Placement class.
| select | [in] Select value to set. |
Definition at line 1658 of file Ifc4x3SelectTypes.h.
| bool OdIfc4x3_add2::IfcAxis2Placement::isIfcAxis2Placement2D | ( | ) |
Checks whether this select contains value of IfcAxis2Placement2D or derived type.
| bool OdIfc4x3_add2::IfcAxis2Placement::isIfcAxis2Placement3D | ( | ) |
Checks whether this select contains value of IfcAxis2Placement3D or derived type.
| void OdIfc4x3_add2::IfcAxis2Placement::setIfcAxis2Placement2D | ( | IfcAxis2Placement2D * | val | ) |
Sets an IfcAxis2Placement2D instance into a select.
| val | [in] Value to set. |
| void OdIfc4x3_add2::IfcAxis2Placement::setIfcAxis2Placement3D | ( | IfcAxis2Placement3D * | val | ) |
Sets an IfcAxis2Placement3D instance into a select.
| val | [in] Value to set. |