|
CFx SDK Documentation 2026 SP0
|
#include <Ifc4SelectTypes.h>
Public Member Functions | |
| IfcFillStyleSelect (OdDAI::Select &select) | |
| bool | isIfcColourSpecification () |
| void | setIfcColourSpecification (IfcColourSpecification *val) |
| bool | isIfcExternallyDefinedHatchStyle () |
| void | setIfcExternallyDefinedHatchStyle (IfcExternallyDefinedHatchStyle *val) |
| bool | isIfcFillAreaStyleHatching () |
| void | setIfcFillAreaStyleHatching (IfcFillAreaStyleHatching *val) |
| bool | isIfcFillAreaStyleTiles () |
| void | setIfcFillAreaStyleTiles (IfcFillAreaStyleTiles *val) |
| bool | isIfcPreDefinedColour () |
| void | setIfcPreDefinedColour (IfcPreDefinedColour *val) |
Definition at line 3256 of file Ifc4SelectTypes.h.
|
inline |
Constructor for the IfcFillStyleSelect class.
| select | [in] Select value to set. |
Definition at line 3266 of file Ifc4SelectTypes.h.
| bool OdIfc4::IfcFillStyleSelect::isIfcColourSpecification | ( | ) |
Checks whether this select contains value of IfcColourSpecification or derived type.
| bool OdIfc4::IfcFillStyleSelect::isIfcExternallyDefinedHatchStyle | ( | ) |
Checks whether this select contains value of IfcExternallyDefinedHatchStyle or derived type.
| bool OdIfc4::IfcFillStyleSelect::isIfcFillAreaStyleHatching | ( | ) |
Checks whether this select contains value of IfcFillAreaStyleHatching or derived type.
| bool OdIfc4::IfcFillStyleSelect::isIfcFillAreaStyleTiles | ( | ) |
Checks whether this select contains value of IfcFillAreaStyleTiles or derived type.
| bool OdIfc4::IfcFillStyleSelect::isIfcPreDefinedColour | ( | ) |
Checks whether this select contains value of IfcPreDefinedColour or derived type.
| void OdIfc4::IfcFillStyleSelect::setIfcColourSpecification | ( | IfcColourSpecification * | val | ) |
Sets an IfcColourSpecification instance into a select.
| val | [in] Value to set. |
| void OdIfc4::IfcFillStyleSelect::setIfcExternallyDefinedHatchStyle | ( | IfcExternallyDefinedHatchStyle * | val | ) |
Sets an IfcExternallyDefinedHatchStyle instance into a select.
| val | [in] Value to set. |
| void OdIfc4::IfcFillStyleSelect::setIfcFillAreaStyleHatching | ( | IfcFillAreaStyleHatching * | val | ) |
Sets an IfcFillAreaStyleHatching instance into a select.
| val | [in] Value to set. |
| void OdIfc4::IfcFillStyleSelect::setIfcFillAreaStyleTiles | ( | IfcFillAreaStyleTiles * | val | ) |
Sets an IfcFillAreaStyleTiles instance into a select.
| val | [in] Value to set. |
| void OdIfc4::IfcFillStyleSelect::setIfcPreDefinedColour | ( | IfcPreDefinedColour * | val | ) |
Sets an IfcPreDefinedColour instance into a select.
| val | [in] Value to set. |