Class Ifc4x2::IfcPermeableCoveringProperties¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcPreDefinedPropertySet
(Class Ifc4x2::IfcPreDefinedPropertySet)
Class Documentation¶
-
class
Ifc4x2
::
IfcPermeableCoveringProperties
: public Ifc4x2::IfcPreDefinedPropertySet¶ 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. The IfcPermeableCoveringProperties are included in the list of properties (HasPropertySets) of the IfcWindowStyle or the IfcDoorStyle. More information about the permeable covering can be included in the same list of the window or door style using the IfcPropertySet for dynamic extensions. This particularly applies for additional properties for the various operation types
HISTORY New entity in IFC Release 2.0, it had been renamed from IfcPermeableCovering in IFC Release 2x.
IFC2x4 CHANGE Supertype changed to new IfcPreDefinedPropertySet.
Geometry use definitions The IfcPermeableCoveringProperties does not hold a geometric representation. However it defines parameters which can be used to create the shape of the IfcWindowStyle (which is inserted by the IfcWindow into the spatial context of the project), or of the IfcDoorStyle (which is inserted by the IfcDoor). The parameters at the IfcPermeableCoveringProperties define a standard permeable covering. The outer boundary of the panel is determined by the occurrence parameter assigned to the IfcWindow or IfcDoor. It has to take the lining parameter into account as well. The position of the permeable covering within the overall window or door is determined by the PanelPosition attribute.
As shown in Figure 174, the panel is applied to the position within the lining, as defined by the panel position attribute. The following parameters apply to that panel: FrameDepth, FrameThickness.
Figure 174 — Permeable covering properties
Public Types
-
typedef IfcTemplatedEntityList<IfcPermeableCoveringProperties>
list
¶
Public Functions
-
::Ifc4x2::IfcPermeableCoveringOperationEnum::Value
OperationType
() const¶ Types of permeable covering operations. Also used to assign standard symbolic presentations according to national building standards.
-
void
setOperationType
(::Ifc4x2::IfcPermeableCoveringOperationEnum::Value v)¶
-
::Ifc4x2::IfcWindowPanelPositionEnum::Value
PanelPosition
() const¶ Position of this permeable covering panel within the overall window or door type.
-
void
setPanelPosition
(::Ifc4x2::IfcWindowPanelPositionEnum::Value v)¶
-
bool
hasFrameDepth
() const¶ Whether the optional attribute FrameDepth is defined for this IfcPermeableCoveringProperties.
-
double
FrameDepth
() const¶ 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.
-
void
setFrameDepth
(double v)¶
-
bool
hasFrameThickness
() const¶ Whether the optional attribute FrameThickness is defined for this IfcPermeableCoveringProperties.
-
double
FrameThickness
() const¶ 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.
-
void
setFrameThickness
(double v)¶
-
bool
hasShapeAspectStyle
() const¶ Whether the optional attribute ShapeAspectStyle is defined for this IfcPermeableCoveringProperties.
-
::Ifc4x2::IfcShapeAspect *
ShapeAspectStyle
() const¶ 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.
-
void
setShapeAspectStyle
(::Ifc4x2::IfcShapeAspect *v)¶
-
IfcPermeableCoveringProperties
(IfcEntityInstanceData *e)¶
-
IfcPermeableCoveringProperties
(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4x2::IfcPermeableCoveringOperationEnum::Value v5_OperationType, ::Ifc4x2::IfcWindowPanelPositionEnum::Value v6_PanelPosition, boost::optional<double> v7_FrameDepth, boost::optional<double> v8_FrameThickness, ::Ifc4x2::IfcShapeAspect *v9_ShapeAspectStyle)¶
-
typedef IfcTemplatedEntityList<IfcPermeableCoveringProperties>