Class Ifc4::IfcRelAssignsToGroup

Nested Relationships

This class is a nested type of Struct Ifc4.

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class Ifc4::IfcRelAssignsToGroup : public Ifc4::IfcRelAssigns

The objectified relationship IfcRelAssignsToGroup handles the assignment of object definitions (individual object occurrences as subtypes of IfcObject, and object types as subtypes of IfcTypeObject) to a group (subtypes of IfcGroup).

The relationship handles the assignment of group members to the group object. It allows for grouping arbitrary objects within a group, including other groups. The grouping relationship can be applied in a recursive manner. The resulting group is of type IfcGroup.

NOTE Examples of groups include zones as a grouping of spaces, distribution systems as a grouping of building service components, or structural analysis models as a grouping of structural items.

The inherited attribute RelatedObjects gives the references to the objects, which are the elements within the group. The RelatingGroup is the group that comprises all elements. The same object or object type can be included in zero, one or many groups. Grouping relationships are not hierarchical.

Informal proposition:

The group assignment relationship shall be acyclic, that is, a group shall not participate in its own grouping relationship.

HISTORY New entity in IFC Release 1.0. It has been renamed from IfcRelGroups in IFC Release 2x.

Subclassed by Ifc4::IfcRelAssignsToGroupByFactor

Public Types

typedef IfcTemplatedEntityList<IfcRelAssignsToGroup> list

Public Functions

::Ifc4::IfcGroup *RelatingGroup() const

Reference to group that contains all assigned group members.

void setRelatingGroup(::Ifc4::IfcGroup *v)
const IfcParse::entity &declaration() const
IfcRelAssignsToGroup(IfcEntityInstanceData *e)
IfcRelAssignsToGroup(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc4::IfcObjectDefinition>::ptr v5_RelatedObjects, boost::optional<::Ifc4::IfcObjectTypeEnum::Value> v6_RelatedObjectsType, ::Ifc4::IfcGroup *v7_RelatingGroup)

Public Static Functions

const IfcParse::entity &Class()