|
CFx SDK Documentation 2026 SP0
|
#include <Ifc4x2SelectTypes.h>
Public Member Functions | |
| IfcStyleAssignmentSelect (OdDAI::Select &select) | |
| bool | isIfcPresentationStyle () |
| void | setIfcPresentationStyle (IfcPresentationStyle *val) |
| bool | isIfcPresentationStyleAssignment () |
| void | setIfcPresentationStyleAssignment (IfcPresentationStyleAssignment *val) |
Definition at line 6842 of file Ifc4x2SelectTypes.h.
|
inline |
Constructor for the IfcStyleAssignmentSelect class.
| select | [in] Select value to set. |
Definition at line 6852 of file Ifc4x2SelectTypes.h.
| bool OdIfc4x2::IfcStyleAssignmentSelect::isIfcPresentationStyle | ( | ) |
Checks whether this select contains value of IfcPresentationStyle or derived type.
| bool OdIfc4x2::IfcStyleAssignmentSelect::isIfcPresentationStyleAssignment | ( | ) |
Checks whether this select contains value of IfcPresentationStyleAssignment or derived type.
| void OdIfc4x2::IfcStyleAssignmentSelect::setIfcPresentationStyle | ( | IfcPresentationStyle * | val | ) |
Sets an IfcPresentationStyle instance into a select.
| val | [in] Value to set. |
| void OdIfc4x2::IfcStyleAssignmentSelect::setIfcPresentationStyleAssignment | ( | IfcPresentationStyleAssignment * | val | ) |
Sets an IfcPresentationStyleAssignment instance into a select.
| val | [in] Value to set. |