Class Ifc2x3::IfcRelCoversSpaces¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelConnects
(Class Ifc2x3::IfcRelConnects)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelCoversSpaces
: public Ifc2x3::IfcRelConnects¶ Definition from IAI: The objectified relationship, IfcRelCoversSpace, relatesa space object to one or many coverings, which faces (or is assigned to) the space.
NOTE Particularly floorings, ceilings and wall coverings, such as claddings or tiling are often considered as space coverings, rather then wall or slab coverings. In some life cycle phases, such as the operation phase, the relationship is always made to the space.
The IFC specification provides two relationships:
IfcRelCoversBldgElements to assign coverings to elements, and
IfcRelCoversSpaces to assign coverings to spaces
Which relationship should be applied has to be determined by the context of the project or application .
NOTE View definition may determine the necessity to use either of the two relationship elements
HISTORY New Entity in Release IFC 2x Edition 3.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelCoversSpaces>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc2x3::IfcCovering>::ptr
RelatedCoverings
() const¶ Relationship to the set of coverings covering this space.
-
void
setRelatedCoverings
(IfcTemplatedEntityList<::Ifc2x3::IfcCovering>::ptr v)¶
-
IfcRelCoversSpaces
(IfcEntityInstanceData *e)¶
-
IfcRelCoversSpaces
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc2x3::IfcSpace *v5_RelatedSpace, IfcTemplatedEntityList<::Ifc2x3::IfcCovering>::ptr v6_RelatedCoverings)¶
-
typedef IfcTemplatedEntityList<IfcRelCoversSpaces>