CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc2x3::IfcObjectReferenceSelect Class Reference

#include <Ifc2x3SelectTypes.h>

Inheritance diagram for OdIfc2x3::IfcObjectReferenceSelect:

Public Member Functions

 IfcObjectReferenceSelect (OdDAI::Select &select)
 
bool isIfcAddress ()
 
void setIfcAddress (IfcAddress *val)
 
bool isIfcAppliedValue ()
 
void setIfcAppliedValue (IfcAppliedValue *val)
 
bool isIfcCalendarDate ()
 
void setIfcCalendarDate (IfcCalendarDate *val)
 
bool isIfcDateAndTime ()
 
void setIfcDateAndTime (IfcDateAndTime *val)
 
bool isIfcExternalReference ()
 
void setIfcExternalReference (IfcExternalReference *val)
 
bool isIfcLocalTime ()
 
void setIfcLocalTime (IfcLocalTime *val)
 
bool isIfcMaterial ()
 
void setIfcMaterial (IfcMaterial *val)
 
bool isIfcMaterialLayer ()
 
void setIfcMaterialLayer (IfcMaterialLayer *val)
 
bool isIfcMaterialList ()
 
void setIfcMaterialList (IfcMaterialList *val)
 
bool isIfcOrganization ()
 
void setIfcOrganization (IfcOrganization *val)
 
bool isIfcPerson ()
 
void setIfcPerson (IfcPerson *val)
 
bool isIfcPersonAndOrganization ()
 
void setIfcPersonAndOrganization (IfcPersonAndOrganization *val)
 
bool isIfcTimeSeries ()
 
void setIfcTimeSeries (IfcTimeSeries *val)
 

Detailed Description

Definition at line 2624 of file Ifc2x3SelectTypes.h.

Constructor & Destructor Documentation

◆ IfcObjectReferenceSelect()

OdIfc2x3::IfcObjectReferenceSelect::IfcObjectReferenceSelect ( OdDAI::Select & select)
inline

Constructor for the IfcObjectReferenceSelect class.

Parameters
select[in] Select value to set.

Definition at line 2634 of file Ifc2x3SelectTypes.h.

Member Function Documentation

◆ isIfcAddress()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcAddress ( )

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

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

◆ isIfcAppliedValue()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcAppliedValue ( )

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

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

◆ isIfcCalendarDate()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcCalendarDate ( )

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

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

◆ isIfcDateAndTime()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcDateAndTime ( )

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

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

◆ isIfcExternalReference()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcExternalReference ( )

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

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

◆ isIfcLocalTime()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcLocalTime ( )

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

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

◆ isIfcMaterial()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcMaterial ( )

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

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

◆ isIfcMaterialLayer()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcMaterialLayer ( )

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

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

◆ isIfcMaterialList()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcMaterialList ( )

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

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

◆ isIfcOrganization()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcOrganization ( )

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

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

◆ isIfcPerson()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcPerson ( )

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

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

◆ isIfcPersonAndOrganization()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcPersonAndOrganization ( )

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

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

◆ isIfcTimeSeries()

bool OdIfc2x3::IfcObjectReferenceSelect::isIfcTimeSeries ( )

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

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

◆ setIfcAddress()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcAddress ( IfcAddress * val)

Sets an IfcAddress instance into a select.

Parameters
val[in] Value to set.

◆ setIfcAppliedValue()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcAppliedValue ( IfcAppliedValue * val)

Sets an IfcAppliedValue instance into a select.

Parameters
val[in] Value to set.

◆ setIfcCalendarDate()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcCalendarDate ( IfcCalendarDate * val)

Sets an IfcCalendarDate instance into a select.

Parameters
val[in] Value to set.

◆ setIfcDateAndTime()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcDateAndTime ( IfcDateAndTime * val)

Sets an IfcDateAndTime instance into a select.

Parameters
val[in] Value to set.

◆ setIfcExternalReference()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcExternalReference ( IfcExternalReference * val)

Sets an IfcExternalReference instance into a select.

Parameters
val[in] Value to set.

◆ setIfcLocalTime()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcLocalTime ( IfcLocalTime * val)

Sets an IfcLocalTime instance into a select.

Parameters
val[in] Value to set.

◆ setIfcMaterial()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcMaterial ( IfcMaterial * val)

Sets an IfcMaterial instance into a select.

Parameters
val[in] Value to set.

◆ setIfcMaterialLayer()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcMaterialLayer ( IfcMaterialLayer * val)

Sets an IfcMaterialLayer instance into a select.

Parameters
val[in] Value to set.

◆ setIfcMaterialList()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcMaterialList ( IfcMaterialList * val)

Sets an IfcMaterialList instance into a select.

Parameters
val[in] Value to set.

◆ setIfcOrganization()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcOrganization ( IfcOrganization * val)

Sets an IfcOrganization instance into a select.

Parameters
val[in] Value to set.

◆ setIfcPerson()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcPerson ( IfcPerson * val)

Sets an IfcPerson instance into a select.

Parameters
val[in] Value to set.

◆ setIfcPersonAndOrganization()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcPersonAndOrganization ( IfcPersonAndOrganization * val)

Sets an IfcPersonAndOrganization instance into a select.

Parameters
val[in] Value to set.

◆ setIfcTimeSeries()

void OdIfc2x3::IfcObjectReferenceSelect::setIfcTimeSeries ( IfcTimeSeries * val)

Sets an IfcTimeSeries instance into a select.

Parameters
val[in] Value to set.

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