|
CFx SDK Documentation 2026 SP0
|
#include <Ifc2x3SelectTypes.h>
Public Member Functions | |
| IfcDraughtingCalloutElement (OdDAI::Select &select) | |
| bool | isIfcAnnotationCurveOccurrence () |
| void | setIfcAnnotationCurveOccurrence (IfcAnnotationCurveOccurrence *val) |
| bool | isIfcAnnotationSymbolOccurrence () |
| void | setIfcAnnotationSymbolOccurrence (IfcAnnotationSymbolOccurrence *val) |
| bool | isIfcAnnotationTextOccurrence () |
| void | setIfcAnnotationTextOccurrence (IfcAnnotationTextOccurrence *val) |
Definition at line 1744 of file Ifc2x3SelectTypes.h.
|
inline |
Constructor for the IfcDraughtingCalloutElement class.
| select | [in] Select value to set. |
Definition at line 1754 of file Ifc2x3SelectTypes.h.
| bool OdIfc2x3::IfcDraughtingCalloutElement::isIfcAnnotationCurveOccurrence | ( | ) |
Checks whether this select contains value of IfcAnnotationCurveOccurrence or derived type.
| bool OdIfc2x3::IfcDraughtingCalloutElement::isIfcAnnotationSymbolOccurrence | ( | ) |
Checks whether this select contains value of IfcAnnotationSymbolOccurrence or derived type.
| bool OdIfc2x3::IfcDraughtingCalloutElement::isIfcAnnotationTextOccurrence | ( | ) |
Checks whether this select contains value of IfcAnnotationTextOccurrence or derived type.
| void OdIfc2x3::IfcDraughtingCalloutElement::setIfcAnnotationCurveOccurrence | ( | IfcAnnotationCurveOccurrence * | val | ) |
Sets an IfcAnnotationCurveOccurrence instance into a select.
| val | [in] Value to set. |
| void OdIfc2x3::IfcDraughtingCalloutElement::setIfcAnnotationSymbolOccurrence | ( | IfcAnnotationSymbolOccurrence * | val | ) |
Sets an IfcAnnotationSymbolOccurrence instance into a select.
| val | [in] Value to set. |
| void OdIfc2x3::IfcDraughtingCalloutElement::setIfcAnnotationTextOccurrence | ( | IfcAnnotationTextOccurrence * | val | ) |
Sets an IfcAnnotationTextOccurrence instance into a select.
| val | [in] Value to set. |