CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x1::IfcWindowPanelProperties Class Reference

#include <IfcWindowPanelPropertiesAutoImpl.h>

Inheritance diagram for OdIfc4x1::IfcWindowPanelProperties:
OdIfc4x1::IfcPreDefinedPropertySet OdIfc4x1::IfcPropertySetDefinition OdIfc4x1::IfcPropertyDefinition OdIfc4x1::IfcRoot OdIfc4x1::OdIfc4x1Instance OdIfc::OdIfcInstance

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 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 OdIfc4x1::IfcPropertySetDefinition
void getInvDefinesType (OdDAIObjectIds &DefinesType) const
 
void getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const
 
void getInvDefinesOccurrence (OdDAIObjectIds &DefinesOccurrence) const
 
- Public Member Functions inherited from OdIfc4x1::IfcPropertyDefinition
void getInvHasContext (OdDAIObjectIds &HasContext) const
 
void getInvHasAssociations (OdDAIObjectIds &HasAssociations) const
 
- Public Member Functions inherited from OdIfc4x1::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 OdIfc4x1::OdIfc4x1Instance
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 OdGsCachegsNode () 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 OdIfc4x1::IfcRoot
OdDAI::CompressedGUID m_GlobalId
 
OdDAIObjectId m_OwnerHistory
 
OdAnsiString m_Name
 
OdAnsiString m_Description
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 

Detailed Description

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.

  • Details - The IfcWindowPanelProperties are used to parametrically describe the shape and operation of window panels. The parametric definition can be added solely or additionally to the explicit shape representation of the window.

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 Ifc4x1/IfcWindowPanelPropertiesAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcWindowPanelProperties()

OdIfc4x1::IfcWindowPanelProperties::IfcWindowPanelProperties ( )

Default constructor for the IfcWindowPanelProperties class.

Member Function Documentation

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPropertySetDefinition.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x1::IfcWindowPanelProperties::getAttr ( const OdIfc::OdIfcAttribute attrDef) const
overridevirtual

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 OdIfc4x1::IfcPropertySetDefinition.

◆ getFrameDepth()

double OdIfc4x1::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.

Returns
Returns the value of FrameDepth attribute.

◆ getFrameThickness()

double OdIfc4x1::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.

Returns
Returns the value of FrameThickness attribute.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPreDefinedPropertySet.

◆ getOperationType()

IfcWindowPanelOperationEnum OdIfc4x1::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.

Returns
Returns the value of OperationType attribute.

◆ getPanelPosition()

IfcWindowPanelPositionEnum OdIfc4x1::IfcWindowPanelProperties::getPanelPosition ( ) const

Returns the value of PanelPosition attribute. This attribute represents position of this panel within the overall window style.

Returns
Returns the value of PanelPosition attribute.

◆ getShapeAspectStyle()

const OdDAIObjectId & OdIfc4x1::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.

Returns
Returns the value of ShapeAspectStyle attribute.
Remarks
DEPRECATION: The attribute is deprecated and will no longer be used.

◆ inFields()

virtual OdResult OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPropertySetDefinition.

◆ isKindOf()

virtual bool OdIfc4x1::IfcWindowPanelProperties::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

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 OdIfc4x1::IfcPreDefinedPropertySet.

◆ outFields()

virtual OdResult OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPropertySetDefinition.

◆ putAttr() [1/2]

virtual bool OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPropertySetDefinition.

◆ putAttr() [2/2]

virtual bool OdIfc4x1::IfcWindowPanelProperties::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

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 OdIfc4x1::IfcPropertySetDefinition.

◆ setFrameDepth()

void OdIfc4x1::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.

Parameters
FrameDepth[in] Frame depth to set.

◆ setFrameThickness()

void OdIfc4x1::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.

Parameters
FrameThickness[in] Frame thickness to set.

◆ setOperationType()

void OdIfc4x1::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.

Parameters
OperationType[in] Operation type to set.

◆ setPanelPosition()

void OdIfc4x1::IfcWindowPanelProperties::setPanelPosition ( IfcWindowPanelPositionEnum PanelPosition)

Sets the value of PanelPosition attribute. This attribute represents position of this panel within the overall window style.

Parameters
PanelPosition[in] Panel position to set.

◆ setShapeAspectStyle()

void OdIfc4x1::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.

Parameters
ShapeAspectStyle[in] Shape aspect style to set.
Remarks
DEPRECATION: The attribute is deprecated and will no longer be used.

◆ testAttr() [1/2]

virtual bool OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPropertySetDefinition.

◆ testAttr() [2/2]

virtual bool OdIfc4x1::IfcWindowPanelProperties::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 OdIfc4x1::IfcPropertySetDefinition.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x1::IfcWindowPanelProperties::type ( ) const
overridevirtual

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 OdIfc4x1::IfcPreDefinedPropertySet.

◆ unsetAttr() [1/2]

virtual void OdIfc4x1::IfcWindowPanelProperties::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc4x1::IfcPropertySetDefinition.

◆ unsetAttr() [2/2]

virtual void OdIfc4x1::IfcWindowPanelProperties::unsetAttr ( const OdIfc::OdIfcAttribute explicitAttrDef)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc4x1::IfcPropertySetDefinition.

Member Data Documentation

◆ m_FrameDepth

IfcPositiveLengthMeasure OdIfc4x1::IfcWindowPanelProperties::m_FrameDepth
protected

Definition at line 274 of file Ifc4x1/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_FrameThickness

IfcPositiveLengthMeasure OdIfc4x1::IfcWindowPanelProperties::m_FrameThickness
protected

Definition at line 275 of file Ifc4x1/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_OperationType

OdDAI::Enum OdIfc4x1::IfcWindowPanelProperties::m_OperationType
protected

Definition at line 272 of file Ifc4x1/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_PanelPosition

OdDAI::Enum OdIfc4x1::IfcWindowPanelProperties::m_PanelPosition
protected

Definition at line 273 of file Ifc4x1/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_ShapeAspectStyle

OdDAIObjectId OdIfc4x1::IfcWindowPanelProperties::m_ShapeAspectStyle
protected

Definition at line 276 of file Ifc4x1/IfcWindowPanelPropertiesAutoImpl.h.


The documentation for this class was generated from the following file: