#include <IfcWindowStyleAutoImpl.h>
The window style defines a particular style of windows, which can be included into the spatial context of the building model through instances of IfcWindow. A window style defines the overall parameter of the window style and refers to the particular parameter of the lining and one (or several) panels through IfcWindowLiningProperties and IfcWindowPanelProperties.
Definition at line 43 of file Ifc2x_Final/IfcWindowStyleAutoImpl.h.
◆ IfcWindowStyle()
| OdIfc2x_final::IfcWindowStyle::IfcWindowStyle |
( |
| ) |
|
◆ getAttr() [1/2]
| virtual OdRxValue OdIfc2x_final::IfcWindowStyle::getAttr |
( |
const char * | attrName | ) |
const |
|
overridevirtual |
Returns an attribute value for the specified attribute name.
- Parameters
-
| attrName | [in] Name of an attribute to query. |
- Returns
- OdRxValue object that represents a generic variant type value.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ getAttr() [2/2]
Returns an attribute value for the specified attribute definition.
- Parameters
-
| attrDef | [in] Attribute definition to query. |
- Returns
- OdRxValue object that represents a generic variant type value.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ getConstructionType()
Returns the value of ConstructionType attribute. This attribute represents the basic construction and material type of the window.
- Returns
- Returns the value of ConstructionType attribute.
◆ getInstanceType()
| virtual OdDAI::Entity * OdIfc2x_final::IfcWindowStyle::getInstanceType |
( |
| ) |
const |
|
overridevirtual |
Returns a type of a class instance.
- Returns
- Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ getOperationType()
Returns the value of OperationType attribute. This attribute represents the general layout and operation of the window style.
- Returns
- Returns the value of OperationType attribute.
◆ getParameterTakesPrecedence()
| OdDAI::Boolean OdIfc2x_final::IfcWindowStyle::getParameterTakesPrecedence |
( |
| ) |
const |
Returns the value of ParameterTakesPrecedence attribute. This attribute indicates whether the parameter given in the attached lining and panel properties exactly define the geometry (TRUE), or whether the attached style shape take precedence (FALSE). In the last case the parameter have only informative value.
- Returns
- Returns the value of ParameterTakesPrecedence attribute.
◆ getSizeable()
| OdDAI::Boolean OdIfc2x_final::IfcWindowStyle::getSizeable |
( |
| ) |
const |
Returns the value of Sizeable attribute. This attribute indicates whether the attached ShapeStyle can be sized (using scale factor of transformation), or not (FALSE). If not, the ShapeStyle should be inserted by the IfcWindow (using IfcMappedItem) with the scale factor = 1.
- Returns
- Returns the value of Sizeable attribute.
◆ inFields()
| virtual OdResult OdIfc2x_final::IfcWindowStyle::inFields |
( |
OdDAI::OdSpfFilerBase * | rdFiler | ) |
|
|
overridevirtual |
Reads object's data from the specified filer.
- Parameters
-
| rdFiler | [in] Pointer to a filer from which to read the data. |
- Returns
- A value of OdResult type that contains the result of the method execution.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ isKindOf()
Checks whether the specified instance is the object derived from or belongs to this class.
- Parameters
-
| entityType | [in] Entity to check. |
- Returns
- true if the specified instance is the object derived from or belongs to this class, false otherwise.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ outFields()
| virtual OdResult OdIfc2x_final::IfcWindowStyle::outFields |
( |
OdDAI::OdSpfFilerBase * | wrFiler | ) |
|
|
overridevirtual |
Writes object's data the the specified filer.
- Parameters
-
| wrFiler | [in] Pointer to a filer to which to write the data. |
- Returns
- A value of OdResult type that contains the result of the method execution.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ putAttr() [1/2]
| virtual bool OdIfc2x_final::IfcWindowStyle::putAttr |
( |
const char * | explicitAttrName, |
|
|
const OdRxValue & | val ) |
|
overridevirtual |
Sets the specified attribute with a given value.
- Parameters
-
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
- Returns
- true if the value is successfully set for the specified attribute, false otherwise.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ putAttr() [2/2]
Sets the specified attribute with a given value.
- Parameters
-
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
- Returns
- true if the value is successfully set for the specified attribute, false otherwise.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ setConstructionType()
Sets the value of ConstructionType attribute. This attribute represents the basic construction and material type of the window.
- Parameters
-
| ConstructionType | [in] ConstructionType attribute to set. |
◆ setOperationType()
Sets the value of OperationType attribute. This attribute represents the general layout and operation of the window style.
- Parameters
-
| OperationType | [in] OperationType attribute to set. |
◆ setParameterTakesPrecedence()
| void OdIfc2x_final::IfcWindowStyle::setParameterTakesPrecedence |
( |
OdDAI::Boolean | ParameterTakesPrecedence | ) |
|
Sets the value of ParameterTakesPrecedence attribute. This attribute indicates whether the parameter given in the attached lining and panel properties exactly define the geometry (TRUE), or whether the attached style shape take precedence (FALSE). In the last case the parameter have only informative value.
- Parameters
-
| ParameterTakesPrecedence | [in] ParameterTakesPrecedence attribute to set. |
◆ setSizeable()
| void OdIfc2x_final::IfcWindowStyle::setSizeable |
( |
OdDAI::Boolean | Sizeable | ) |
|
Sets the value of Sizeable attribute. This attribute indicates whether the attached ShapeStyle can be sized (using scale factor of transformation), or not (FALSE). If not, the ShapeStyle should be inserted by the IfcWindow (using IfcMappedItem) with the scale factor = 1.
- Parameters
-
| Sizeable | [in] Sizeable attribute to set. |
◆ testAttr() [1/2]
| virtual bool OdIfc2x_final::IfcWindowStyle::testAttr |
( |
const char * | explicitAttrName | ) |
const |
|
overridevirtual |
Checks whether the specified attribute is set.
- Parameters
-
| explicitAttrName | [in] Explicit name of the attribute to test. |
- Returns
- true if the specified attribute is set, false otherwise.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ testAttr() [2/2]
| virtual bool OdIfc2x_final::IfcWindowStyle::testAttr |
( |
const OdIfc::OdIfcAttribute | explicitAttrDef | ) |
const |
|
overridevirtual |
Checks whether the specified attribute is set.
- Parameters
-
| explicitAttrDef | [in] Attribute definition to test. |
- Returns
- true if the specified attribute is set, false otherwise.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ type()
Returns the type of this entity.
- Returns
- A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ unsetAttr() [1/2]
| virtual void OdIfc2x_final::IfcWindowStyle::unsetAttr |
( |
const char * | explicitAttrName | ) |
|
|
overridevirtual |
Resets a value for the specified attribute.
- Parameters
-
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ unsetAttr() [2/2]
Resets a value for the specified attribute.
- Parameters
-
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc2x_final::IfcTypeProduct.
◆ m_ConstructionType
| OdDAI::Enum OdIfc2x_final::IfcWindowStyle::m_ConstructionType |
|
protected |
◆ m_OperationType
| OdDAI::Enum OdIfc2x_final::IfcWindowStyle::m_OperationType |
|
protected |
◆ m_ParameterTakesPrecedence
| OdDAI::Boolean OdIfc2x_final::IfcWindowStyle::m_ParameterTakesPrecedence |
|
protected |
◆ m_Sizeable
| OdDAI::Boolean OdIfc2x_final::IfcWindowStyle::m_Sizeable |
|
protected |
The documentation for this class was generated from the following file: