Class Ifc2x3::IfcRelAggregates¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelDecomposes
(Class Ifc2x3::IfcRelDecomposes)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelAggregates
: public Ifc2x3::IfcRelDecomposes¶ The aggregation relationship IfcRelAggregates is a special type of the general composition/decomposition (or whole/part) relationship IfcRelDecomposes. The aggregation relationship can be applied to all subtypes of IfcObjectDefinition. In cases of aggregation of physical elements into a physical aggregate the shape representation of the whole (within the same representation identifier) can be taken from the sum of the shape representations of the parts. EXAMPLE A roof is the aggregation of the roof elements, such as roof slabs, rafters, purlins, etc. Within the same representation identifier, e.g. the body geometric representation, the shape representation of the roof is given by the shape representation of its parts Decompositions imply a dependency, i.e. the definition of the whole depends on the definition of the parts and the parts depend on the existence of the whole. The behaviour that is implied from the dependency has to be established inside the applications.
HISTORY New entity in IFC Release 2x.
IFC2x4 CHANGE The attributes RelatingObject and RelatedObjects are demoted from the supertype IfcRelDecomposes.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAggregates>
list
¶
Public Functions
-
IfcRelAggregates
(IfcEntityInstanceData *e)¶
-
IfcRelAggregates
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc2x3::IfcObjectDefinition *v5_RelatingObject, IfcTemplatedEntityList<::Ifc2x3::IfcObjectDefinition>::ptr v6_RelatedObjects)¶
-
typedef IfcTemplatedEntityList<IfcRelAggregates>