|
CFx SDK Documentation 2026 SP0
|
#include <IFC4X4SelectTypes.h>
Public Member Functions | |
| IfcSpecularHighlightSelect (OdDAI::Select &select) | |
| bool | isIfcSpecularExponent () |
| void | setIfcSpecularExponent (IfcSpecularExponent val) |
| bool | isIfcSpecularRoughness () |
| void | setIfcSpecularRoughness (IfcSpecularRoughness val) |
Definition at line 6881 of file IFC4X4SelectTypes.h.
|
inline |
Constructor for the IfcSpecularHighlightSelect class.
| select | [in] Select value to set. |
Definition at line 6891 of file IFC4X4SelectTypes.h.
| bool OdIfc4x4::IfcSpecularHighlightSelect::isIfcSpecularExponent | ( | ) |
Checks whether this select contains value of IfcSpecularExponent or derived type.
| bool OdIfc4x4::IfcSpecularHighlightSelect::isIfcSpecularRoughness | ( | ) |
Checks whether this select contains value of IfcSpecularRoughness or derived type.
| void OdIfc4x4::IfcSpecularHighlightSelect::setIfcSpecularExponent | ( | IfcSpecularExponent | val | ) |
Sets an IfcSpecularExponent instance into a select.
| val | [in] Value to set. |
| void OdIfc4x4::IfcSpecularHighlightSelect::setIfcSpecularRoughness | ( | IfcSpecularRoughness | val | ) |
Sets an IfcSpecularRoughness instance into a select.
| val | [in] Value to set. |