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

#include <IfcWindowPanelPropertiesAutoImpl.h>

Inheritance diagram for OdIfc2x3::IfcWindowPanelProperties:
OdIfc2x3::IfcPropertySetDefinition OdIfc2x3::IfcPropertyDefinition OdIfc2x3::IfcRoot OdIfc2x3::OdIfc2x3Instance 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 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 OdIfc2x3::IfcPropertySetDefinition
void getInvPropertyDefinitionOf (OdDAIObjectIds &PropertyDefinitionOf) const
 
void getInvDefinesType (OdDAIObjectIds &DefinesType) const
 
- Public Member Functions inherited from OdIfc2x3::IfcPropertyDefinition
void getInvHasAssociations (OdDAIObjectIds &HasAssociations) const
 
- Public Member Functions inherited from OdIfc2x3::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 OdIfc2x3::OdIfc2x3Instance
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 OdIfc2x3::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>

Definition at line 54 of file Ifc2x3/IfcWindowPanelPropertiesAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcWindowPanelProperties()

OdIfc2x3::IfcWindowPanelProperties::IfcWindowPanelProperties ( )

Default constructor for the IfcWindowPanelProperties class.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc2x3::IfcWindowPanelProperties::comparedToEarlyImpl ( const OdDAI::ApplicationInstance * pOther,
OdRx::Ordering & ordering ) const
overridevirtual

Early-bound version of instances comparison.

Parameters
pOther[in] Other application instance.
ordering[out] Receives the ordering (comparison) status.
Returns
true if comparison was performed, false if method has no implementation, so late-bound version could be applied.
Remarks
If the method returns true, the ordering parameter can receive one of the following statuses:
Value Description kLessThan -1 This object < Other Object. kEqual 0 This object = Other Object. kGreaterThan 1 This object > Other Object. kNotOrderable 2 This class is not orderable.

Reimplemented from OdIfc2x3::IfcPropertySetDefinition.

◆ getAttr() [1/2]

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

◆ getAttr() [2/2]

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

◆ getFrameDepth()

double OdIfc2x3::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 OdIfc2x3::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 * OdIfc2x3::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 OdIfc2x3::IfcPropertySetDefinition.

◆ getOperationType()

IfcWindowPanelOperationEnum OdIfc2x3::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 OdIfc2x3::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 & OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcPropertySetDefinition.

◆ isKindOf()

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

◆ outFields()

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

◆ putAttr() [1/2]

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

◆ putAttr() [2/2]

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

◆ setFrameDepth()

void OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcPropertySetDefinition.

◆ testAttr() [2/2]

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

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x3::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 OdIfc2x3::IfcPropertySetDefinition.

◆ unsetAttr() [1/2]

virtual void OdIfc2x3::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 OdIfc2x3::IfcPropertySetDefinition.

◆ unsetAttr() [2/2]

virtual void OdIfc2x3::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 OdIfc2x3::IfcPropertySetDefinition.

Member Data Documentation

◆ m_FrameDepth

IfcPositiveLengthMeasure OdIfc2x3::IfcWindowPanelProperties::m_FrameDepth
protected

Definition at line 288 of file Ifc2x3/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_FrameThickness

IfcPositiveLengthMeasure OdIfc2x3::IfcWindowPanelProperties::m_FrameThickness
protected

Definition at line 289 of file Ifc2x3/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_OperationType

OdDAI::Enum OdIfc2x3::IfcWindowPanelProperties::m_OperationType
protected

Definition at line 286 of file Ifc2x3/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_PanelPosition

OdDAI::Enum OdIfc2x3::IfcWindowPanelProperties::m_PanelPosition
protected

Definition at line 287 of file Ifc2x3/IfcWindowPanelPropertiesAutoImpl.h.

◆ m_ShapeAspectStyle

OdDAIObjectId OdIfc2x3::IfcWindowPanelProperties::m_ShapeAspectStyle
protected

Definition at line 290 of file Ifc2x3/IfcWindowPanelPropertiesAutoImpl.h.


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