CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x4::IfcSegmentIndexSelect Class Reference

#include <IFC4X4SelectTypes.h>

Inheritance diagram for OdIfc4x4::IfcSegmentIndexSelect:

Public Member Functions

 IfcSegmentIndexSelect (OdDAI::Select &select)
 
bool isIfcArcIndex ()
 
void setIfcArcIndex (OdArray< int > val)
 
bool isIfcLineIndex ()
 
void setIfcLineIndex (OdArray< int > val)
 

Detailed Description

Definition at line 6373 of file IFC4X4SelectTypes.h.

Constructor & Destructor Documentation

◆ IfcSegmentIndexSelect()

OdIfc4x4::IfcSegmentIndexSelect::IfcSegmentIndexSelect ( OdDAI::Select & select)
inline

Constructor for the IfcSegmentIndexSelect class.

Parameters
select[in] Select value to set.

Definition at line 6383 of file IFC4X4SelectTypes.h.

Member Function Documentation

◆ isIfcArcIndex()

bool OdIfc4x4::IfcSegmentIndexSelect::isIfcArcIndex ( )

Checks whether this select contains value of IfcArcIndex or derived type.

Returns
True if the select contains value of IfcArcIndex or derived type, false otherwise.

◆ isIfcLineIndex()

bool OdIfc4x4::IfcSegmentIndexSelect::isIfcLineIndex ( )

Checks whether this select contains value of IfcLineIndex or derived type.

Returns
True if the select contains value of IfcLineIndex or derived type, false otherwise.

◆ setIfcArcIndex()

void OdIfc4x4::IfcSegmentIndexSelect::setIfcArcIndex ( OdArray< int > val)

Sets an IfcArcIndex instance into a select.

Parameters
val[in] Value to set.

◆ setIfcLineIndex()

void OdIfc4x4::IfcSegmentIndexSelect::setIfcLineIndex ( OdArray< int > val)

Sets an IfcLineIndex instance into a select.

Parameters
val[in] Value to set.

The documentation for this class was generated from the following file: