Class Ifc4::IfcWindowStyle¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcTypeProduct
(Class Ifc4::IfcTypeProduct)
Class Documentation¶
-
class
Ifc4
::
IfcWindowStyle
: public Ifc4::IfcTypeProduct¶ Definition: The window style defines a particular style of windows, which may be included into the spatial context of the building model through instances of IfcWindow. A window style defines the overall parameter of the window style and refers to the particular parameter of the lining and one (or several) panels through IfcWindowLiningProperties and IfcWindowPanelProperties.
The window entity (IfcWindow) defines a particular occurrence of a window inserted in the spatial context of a project. The actual parameter of the window and/or its shape is defined at the IfcWindowStyle, to which the IfcWindow related by the inverse relationship IsDefinedBy pointing to IfcRelDefinesByType. The IfcWindowStyle also defines the particular attributes for the lining (IfcWindowLiningProperties) and panels (IfcWindowPanelProperties).
HISTORY New entity in IFC Release 2x.
IFC2x4 CHANGE The entity has been deprecated and shall not be used. The new entity IfcWindowType shall be used instead.
Geometry use definitions The IfcWindowStyle defines the baseline geometry, or the representation map, for all occurrences of the window style, given by the IfcWindow, pointing to this style. The representation of the window style may be given by the agreed set of minimal parameters, defined for the window lining and the window panel(s), or it may be given by a geometric representation used by the IfcRepresentationMap. The attribute ParameterTakesPrecedence decides, whether the set of parameters can be used to exactly represent the shape of the window style (TRUE), or whether the attached IfcRepresentationMap holds the exact representation (FALSE).
The IfcWindowStyleOperationTypeEnum defines the general layout of the window style. Depending on the enumerator, the appropriate instances of IfcWindowLiningProperties and IfcWindowPanelProperties are attached in the list of HasPropertySets. See geometry use definitions there.
Public Types
-
typedef IfcTemplatedEntityList<IfcWindowStyle>
list
¶
Public Functions
-
::Ifc4::IfcWindowStyleConstructionEnum::Value
ConstructionType
() const¶ Type defining the basic construction and material type of the window.
-
void
setConstructionType
(::Ifc4::IfcWindowStyleConstructionEnum::Value v)¶
-
::Ifc4::IfcWindowStyleOperationEnum::Value
OperationType
() const¶ Type defining the general layout and operation of the window style.
-
void
setOperationType
(::Ifc4::IfcWindowStyleOperationEnum::Value v)¶
-
bool
ParameterTakesPrecedence
() const¶ The Boolean value reflects, whether the parameter given in the attached lining and panel properties exactly define the geometry (TRUE), or whether the attached style shape take precedence (FALSE). In the last case the parameter have only informative value.
-
void
setParameterTakesPrecedence
(bool v)¶
-
bool
Sizeable
() const¶ The Boolean indicates, whether the attached ShapeStyle can be sized (using scale factor of transformation), or not (FALSE). If not, the ShapeStyle should be inserted by the IfcWindow (using IfcMappedItem) with the scale factor = 1.
-
void
setSizeable
(bool v)¶
-
IfcWindowStyle
(IfcEntityInstanceData *e)¶
-
IfcWindowStyle
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ApplicableOccurrence, boost::optional<IfcTemplatedEntityList<::Ifc4::IfcPropertySetDefinition>::ptr> v6_HasPropertySets, boost::optional<IfcTemplatedEntityList<::Ifc4::IfcRepresentationMap>::ptr> v7_RepresentationMaps, boost::optional<std::string> v8_Tag, ::Ifc4::IfcWindowStyleConstructionEnum::Value v9_ConstructionType, ::Ifc4::IfcWindowStyleOperationEnum::Value v10_OperationType, bool v11_ParameterTakesPrecedence, bool v12_Sizeable)¶
-
typedef IfcTemplatedEntityList<IfcWindowStyle>