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

#include <IFC4X4SelectTypes.h>

Inheritance diagram for OdIfc4x4::IfcGeometricSetSelect:

Public Member Functions

 IfcGeometricSetSelect (OdDAI::Select &select)
 
bool isIfcCurve ()
 
void setIfcCurve (IfcCurve *val)
 
bool isIfcPoint ()
 
void setIfcPoint (IfcPoint *val)
 
bool isIfcSurface ()
 
void setIfcSurface (IfcSurface *val)
 

Detailed Description

Definition at line 3430 of file IFC4X4SelectTypes.h.

Constructor & Destructor Documentation

◆ IfcGeometricSetSelect()

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

Constructor for the IfcGeometricSetSelect class.

Parameters
select[in] Select value to set.

Definition at line 3440 of file IFC4X4SelectTypes.h.

Member Function Documentation

◆ isIfcCurve()

bool OdIfc4x4::IfcGeometricSetSelect::isIfcCurve ( )

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

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

◆ isIfcPoint()

bool OdIfc4x4::IfcGeometricSetSelect::isIfcPoint ( )

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

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

◆ isIfcSurface()

bool OdIfc4x4::IfcGeometricSetSelect::isIfcSurface ( )

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

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

◆ setIfcCurve()

void OdIfc4x4::IfcGeometricSetSelect::setIfcCurve ( IfcCurve * val)

Sets an IfcCurve instance into a select.

Parameters
val[in] Value to set.

◆ setIfcPoint()

void OdIfc4x4::IfcGeometricSetSelect::setIfcPoint ( IfcPoint * val)

Sets an IfcPoint instance into a select.

Parameters
val[in] Value to set.

◆ setIfcSurface()

void OdIfc4x4::IfcGeometricSetSelect::setIfcSurface ( IfcSurface * val)

Sets an IfcSurface instance into a select.

Parameters
val[in] Value to set.

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