|
CFx SDK Documentation 2026 SP0
|
#include <IfcPermeableCoveringPropertiesAutoImpl.h>
Public Member Functions | |
| IfcPermeableCoveringOperationEnum | getOperationType () const |
| void | setOperationType (IfcPermeableCoveringOperationEnum 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) |
| IfcPermeableCoveringProperties () | |
| 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 OdIfc4x4::IfcPropertySetDefinition | |
| void | getInvDefinesType (OdDAIObjectIds &DefinesType) const |
| void | getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const |
| void | getInvDefinesOccurrence (OdDAIObjectIds &DefinesOccurrence) const |
Public Member Functions inherited from OdIfc4x4::IfcPropertyDefinition | |
| void | getInvHasContext (OdDAIObjectIds &HasContext) const |
| void | getInvHasAssociations (OdDAIObjectIds &HasAssociations) const |
Public Member Functions inherited from OdIfc4x4::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 OdIfc4x4::OdIFC4X4Instance | |
| 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 OdIfc4x4::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) |
Protected Member Functions inherited from OdIfc4x4::IfcPropertySetDefinition | |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
This entity is a description of a panel within a door or window (as fillers for opening) which allows for air flow. It is given by its properties (IfcPermeableCoveringProperties). A permeable covering is a casement, such as a component, fixed or opening, consisting essentially of a frame and the infilling. The infilling is normally a grill, a louver or a screen. The way of operation is defined in the operation type.
<IMAGE ifcpermeablecoveringproperties>
\changes
IFC4 changes: Supertype changed from IfcPropertySetDefinition to IfcPreDefinedPropertySet.
Definition at line 57 of file IFC4X4/IfcPermeableCoveringPropertiesAutoImpl.h.
| OdIfc4x4::IfcPermeableCoveringProperties::IfcPermeableCoveringProperties | ( | ) |
Default constructor for the IfcPermeableCoveringProperties class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x4::IfcPreDefinedPropertySet.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x4::IfcRoot.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x4::IfcPropertySetDefinition.
| double OdIfc4x4::IfcPermeableCoveringProperties::getFrameDepth | ( | ) | const |
Returns the value of FrameDepth attribute. This attribute represents depth of panel frame (used to include the permeable covering), measured from front face to back face horizontally (i.e. perpendicular to the window or door (elevation) plane.
| double OdIfc4x4::IfcPermeableCoveringProperties::getFrameThickness | ( | ) | const |
Returns the value of FrameThickness attribute. This attribute represents width of panel frame (used to include the permeable covering), measured from inside of panel (at permeable covering) to outside of panel (at lining), i.e. parallel to the window or door (elevation) plane.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x4::IfcPreDefinedPropertySet.
| IfcPermeableCoveringOperationEnum OdIfc4x4::IfcPermeableCoveringProperties::getOperationType | ( | ) | const |
Returns the value of OperationType attribute. This attribute represents types of permeable covering operations. Also used to assign standard symbolic presentations according to national building standards.
| IfcWindowPanelPositionEnum OdIfc4x4::IfcPermeableCoveringProperties::getPanelPosition | ( | ) | const |
Returns the value of PanelPosition attribute. This attribute represents position of this permeable covering panel within the overall window or door type.
| const OdDAIObjectId & OdIfc4x4::IfcPermeableCoveringProperties::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 permeable covering.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x4::IfcPropertySetDefinition.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x4::IfcPreDefinedPropertySet.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x4::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 OdIfc4x4::IfcRoot.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x4::IfcPropertySetDefinition.
| void OdIfc4x4::IfcPermeableCoveringProperties::setFrameDepth | ( | double | FrameDepth | ) |
Sets the value of FrameDepth attribute. This attribute represents depth of panel frame (used to include the permeable covering), measured from front face to back face horizontally (i.e. perpendicular to the window or door (elevation) plane.
| FrameDepth | [in] Frame depth to set. |
| void OdIfc4x4::IfcPermeableCoveringProperties::setFrameThickness | ( | double | FrameThickness | ) |
Sets the value of FrameThickness attribute. This attribute represents width of panel frame (used to include the permeable covering), measured from inside of panel (at permeable covering) to outside of panel (at lining), i.e. parallel to the window or door (elevation) plane.
| FrameThickness | [in] Frame thickness to set. |
| void OdIfc4x4::IfcPermeableCoveringProperties::setOperationType | ( | IfcPermeableCoveringOperationEnum | OperationType | ) |
Sets the value of OperationType attribute. This attribute represents types of permeable covering operations. Also used to assign standard symbolic presentations according to national building standards.
| OperationType | [in] Operation type to set. |
| void OdIfc4x4::IfcPermeableCoveringProperties::setPanelPosition | ( | IfcWindowPanelPositionEnum | PanelPosition | ) |
Sets the value of PanelPosition attribute. This attribute represents position of this permeable covering panel within the overall window or door type.
| PanelPosition | [in] Panel position to set. |
| void OdIfc4x4::IfcPermeableCoveringProperties::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 permeable covering.
| 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 OdIfc4x4::IfcPropertySetDefinition.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x4::IfcPropertySetDefinition.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x4::IfcPreDefinedPropertySet.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x4::IfcPropertySetDefinition.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x4::IfcPropertySetDefinition.
|
protected |
Definition at line 285 of file IFC4X4/IfcPermeableCoveringPropertiesAutoImpl.h.
|
protected |
Definition at line 286 of file IFC4X4/IfcPermeableCoveringPropertiesAutoImpl.h.
|
protected |
Definition at line 283 of file IFC4X4/IfcPermeableCoveringPropertiesAutoImpl.h.
|
protected |
Definition at line 284 of file IFC4X4/IfcPermeableCoveringPropertiesAutoImpl.h.
|
protected |
Definition at line 287 of file IFC4X4/IfcPermeableCoveringPropertiesAutoImpl.h.