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

#include <Ifc2x3SelectTypes.h>

Inheritance diagram for OdIfc2x3::IfcSimpleValue:

Public Member Functions

 IfcSimpleValue (OdDAI::Select &select)
 
bool isIfcBoolean ()
 
void setIfcBoolean (IfcBoolean val)
 
bool isIfcIdentifier ()
 
void setIfcIdentifier (IfcIdentifier val)
 
bool isIfcInteger ()
 
void setIfcInteger (IfcInteger val)
 
bool isIfcLabel ()
 
void setIfcLabel (IfcLabel val)
 
bool isIfcLogical ()
 
void setIfcLogical (IfcLogical val)
 
bool isIfcReal ()
 
void setIfcReal (IfcReal val)
 
bool isIfcText ()
 
void setIfcText (IfcText val)
 

Detailed Description

Definition at line 3024 of file Ifc2x3SelectTypes.h.

Constructor & Destructor Documentation

◆ IfcSimpleValue()

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

Constructor for the IfcSimpleValue class.

Parameters
select[in] Select value to set.

Definition at line 3034 of file Ifc2x3SelectTypes.h.

Member Function Documentation

◆ isIfcBoolean()

bool OdIfc2x3::IfcSimpleValue::isIfcBoolean ( )

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

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

◆ isIfcIdentifier()

bool OdIfc2x3::IfcSimpleValue::isIfcIdentifier ( )

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

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

◆ isIfcInteger()

bool OdIfc2x3::IfcSimpleValue::isIfcInteger ( )

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

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

◆ isIfcLabel()

bool OdIfc2x3::IfcSimpleValue::isIfcLabel ( )

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

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

◆ isIfcLogical()

bool OdIfc2x3::IfcSimpleValue::isIfcLogical ( )

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

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

◆ isIfcReal()

bool OdIfc2x3::IfcSimpleValue::isIfcReal ( )

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

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

◆ isIfcText()

bool OdIfc2x3::IfcSimpleValue::isIfcText ( )

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

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

◆ setIfcBoolean()

void OdIfc2x3::IfcSimpleValue::setIfcBoolean ( IfcBoolean val)

Sets an IfcBoolean instance into a select.

Parameters
val[in] Value to set.

◆ setIfcIdentifier()

void OdIfc2x3::IfcSimpleValue::setIfcIdentifier ( IfcIdentifier val)

Sets an IfcIdentifier instance into a select.

Parameters
val[in] Value to set.

◆ setIfcInteger()

void OdIfc2x3::IfcSimpleValue::setIfcInteger ( IfcInteger val)

Sets an IfcInteger instance into a select.

Parameters
val[in] Value to set.

◆ setIfcLabel()

void OdIfc2x3::IfcSimpleValue::setIfcLabel ( IfcLabel val)

Sets an IfcLabel instance into a select.

Parameters
val[in] Value to set.

◆ setIfcLogical()

void OdIfc2x3::IfcSimpleValue::setIfcLogical ( IfcLogical val)

Sets an IfcLogical instance into a select.

Parameters
val[in] Value to set.

◆ setIfcReal()

void OdIfc2x3::IfcSimpleValue::setIfcReal ( IfcReal val)

Sets an IfcReal instance into a select.

Parameters
val[in] Value to set.

◆ setIfcText()

void OdIfc2x3::IfcSimpleValue::setIfcText ( IfcText val)

Sets an IfcText instance into a select.

Parameters
val[in] Value to set.

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