|
CFx SDK Documentation 2026 SP0
|
#include <IfcWindowPanelPropertiesAutoImpl.h>
Public Member Functions | |
| IfcWindowPanelOperationEnum | getOperationType () const |
| void | setOperationType (IfcWindowPanelOperationEnum OperationType) |
| IfcWindowPanelPositionEnum | getPanelPosition () const |
| void | setPanelPosition (IfcWindowPanelPositionEnum PanelPosition) |
| double | getFrameDepth () const |
| void | setFrameDepth (double FrameDepth) |
| double | getFrameThickness () const |
| void | setFrameThickness (double FrameThickness) |
| const OdDAIObjectId & | getShapeAspectStyle () const |
| void | setShapeAspectStyle (const OdDAIObjectId &ShapeAspectStyle) |
| IfcWindowPanelProperties () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc4::IfcPropertySetDefinition | |
| void | getInvDefinesType (OdDAIObjectIds &DefinesType) const |
| void | getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const |
| void | getInvDefinesOccurrence (OdDAIObjectIds &DefinesOccurrence) const |
Public Member Functions inherited from OdIfc4::IfcPropertyDefinition | |
| void | getInvHasContext (OdDAIObjectIds &HasContext) const |
| void | getInvHasAssociations (OdDAIObjectIds &HasAssociations) const |
Public Member Functions inherited from OdIfc4::IfcRoot | |
| OdDAI::CompressedGUID | getGlobalId () const |
| void | setGlobalId (OdDAI::CompressedGUID GlobalId) |
| const OdDAIObjectId & | getOwnerHistory () const |
| void | setOwnerHistory (const OdDAIObjectId &OwnerHistory) |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| IfcRoot () | |
Public Member Functions inherited from OdIfc4::OdIfc4Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAI::Enum | m_OperationType |
| OdDAI::Enum | m_PanelPosition |
| IfcPositiveLengthMeasure | m_FrameDepth |
| IfcPositiveLengthMeasure | m_FrameThickness |
| OdDAIObjectId | m_ShapeAspectStyle |
Protected Attributes inherited from OdIfc4::IfcRoot | |
| OdDAI::CompressedGUID | m_GlobalId |
| OdDAIObjectId | m_OwnerHistory |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
A window panel is a casement, that is, a component, fixed or opening, consisting essentially of a frame and the infilling. The infilling of a window panel is normally glazing. The way of operation is defined in the operation type.
The IfcWindowType can define windows consisting of more then one panel. In this case, one instance of IfcWindowPanelProperties has to be included for each window panel. The PanelPosition attribute, in conjunction with the IfcWindowType.OperationType attribute, determines to which panel the _IfcWindowPanelProperties_apply. The IfcWindowPanelProperties are included in the list of properties (HasPropertySets) of the IfcWindowStyle. More information about the window panel can be included in the same list of the IfcWindowType using the IfcPropertySet for dynamic extensions. The image below shows the panel that is applied to the position within the lining as defined by the panel position attribute.
<IMAGE ifcwindowpanelproperties-fig01>
\changes
IFC4 changes: Supertype changed from IfcPropertySetDefinition to IfcPreDefinedPropertySet.
Definition at line 59 of file Ifc4/IfcWindowPanelPropertiesAutoImpl.h.
| OdIfc4::IfcWindowPanelProperties::IfcWindowPanelProperties | ( | ) |
Default constructor for the IfcWindowPanelProperties class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4::IfcPreDefinedPropertySet.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
| double OdIfc4::IfcWindowPanelProperties::getFrameDepth | ( | ) | const |
Returns the value of FrameDepth attribute. This attribute represents depth of panel frame, measured from front face to back face horizontally (i.e. perpendicular to the window (elevation) plane.
| double OdIfc4::IfcWindowPanelProperties::getFrameThickness | ( | ) | const |
Returns the value of FrameThickness attribute. This attribute represents width of panel frame, measured from inside of panel (at glazing) to outside of panel (at lining), i.e. parallel to the window (elevation) plane.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4::IfcPreDefinedPropertySet.
| IfcWindowPanelOperationEnum OdIfc4::IfcWindowPanelProperties::getOperationType | ( | ) | const |
Returns the value of OperationType attribute. This attribute represents types of window panel operations. Also used to assign standard symbolic presentations according to national building standards.
| IfcWindowPanelPositionEnum OdIfc4::IfcWindowPanelProperties::getPanelPosition | ( | ) | const |
Returns the value of PanelPosition attribute. This attribute represents position of this panel within the overall window style.
| const OdDAIObjectId & OdIfc4::IfcWindowPanelProperties::getShapeAspectStyle | ( | ) | const |
Returns the value of ShapeAspectStyle attribute. This attribute represents optional link to a shape aspect definition, which points to the part of the geometric representation of the window style, which is used to represent the panel.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4::IfcPreDefinedPropertySet.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
| void OdIfc4::IfcWindowPanelProperties::setFrameDepth | ( | double | FrameDepth | ) |
Sets the value of FrameDepth attribute. This attribute represents depth of panel frame, measured from front face to back face horizontally (i.e. perpendicular to the window (elevation) plane.
| FrameDepth | [in] Frame depth to set. |
| void OdIfc4::IfcWindowPanelProperties::setFrameThickness | ( | double | FrameThickness | ) |
Sets the value of FrameThickness attribute. This attribute represents width of panel frame, measured from inside of panel (at glazing) to outside of panel (at lining), i.e. parallel to the window (elevation) plane.
| FrameThickness | [in] Frame thickness to set. |
| void OdIfc4::IfcWindowPanelProperties::setOperationType | ( | IfcWindowPanelOperationEnum | OperationType | ) |
Sets the value of OperationType attribute. This attribute represents types of window panel operations. Also used to assign standard symbolic presentations according to national building standards.
| OperationType | [in] Operation type to set. |
| void OdIfc4::IfcWindowPanelProperties::setPanelPosition | ( | IfcWindowPanelPositionEnum | PanelPosition | ) |
Sets the value of PanelPosition attribute. This attribute represents position of this panel within the overall window style.
| PanelPosition | [in] Panel position to set. |
| void OdIfc4::IfcWindowPanelProperties::setShapeAspectStyle | ( | const OdDAIObjectId & | ShapeAspectStyle | ) |
Sets the value of ShapeAspectStyle attribute. This attribute represents optional link to a shape aspect definition, which points to the part of the geometric representation of the window style, which is used to represent the panel.
| ShapeAspectStyle | [in] Shape aspect style to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4::IfcPreDefinedPropertySet.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4::IfcPropertySetDefinition.
|
protected |
Definition at line 293 of file Ifc4/IfcWindowPanelPropertiesAutoImpl.h.
|
protected |
Definition at line 294 of file Ifc4/IfcWindowPanelPropertiesAutoImpl.h.
|
protected |
Definition at line 291 of file Ifc4/IfcWindowPanelPropertiesAutoImpl.h.
|
protected |
Definition at line 292 of file Ifc4/IfcWindowPanelPropertiesAutoImpl.h.
|
protected |
Definition at line 295 of file Ifc4/IfcWindowPanelPropertiesAutoImpl.h.