|
CFx SDK Documentation 2026 SP0
|
#include <IFC4X4SelectTypes.h>
Public Member Functions | |
| IfcSegmentIndexSelect (OdDAI::Select &select) | |
| bool | isIfcArcIndex () |
| void | setIfcArcIndex (OdArray< int > val) |
| bool | isIfcLineIndex () |
| void | setIfcLineIndex (OdArray< int > val) |
Definition at line 6373 of file IFC4X4SelectTypes.h.
|
inline |
Constructor for the IfcSegmentIndexSelect class.
| select | [in] Select value to set. |
Definition at line 6383 of file IFC4X4SelectTypes.h.
| bool OdIfc4x4::IfcSegmentIndexSelect::isIfcArcIndex | ( | ) |
Checks whether this select contains value of IfcArcIndex or derived type.
| bool OdIfc4x4::IfcSegmentIndexSelect::isIfcLineIndex | ( | ) |
Checks whether this select contains value of IfcLineIndex or derived type.
Sets an IfcArcIndex instance into a select.
| val | [in] Value to set. |
Sets an IfcLineIndex instance into a select.
| val | [in] Value to set. |