IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.1.3.25 IfcRelAssignsToGroupByFactor

5.1.3.25.1 Semantic definition

The objectified relationship IfcRelAssignsToGroupByFactor is a specialization of the general grouping mechanism. It allows to add a factor to define the ratio that applies to 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 ratio can be used to define a percentage assignment. For example, a Factor of 0.8 would indicate that the object is assigned by 80% to the group, or a Factor of 2.5 would indicate the object is assigned with a weight factor of 2.5 to the group.

The same object or object type may be included with the same or different Factor values to many groups. Grouping relationships are not hierarchical.

5.1.3.25.2 Entity inheritance

5.1.3.25.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcRelAssigns (2)
IfcRelAssignsToGroup (1)
Click to show 7 hidden inherited attributes
IfcRelAssignsToGroupByFactor (1)
8 Factor IfcRatioMeasure

Factor provided as a ratio measure that identifies the fraction or weighted factor that applies to the group assignment.

Table 5.1.3.25.A

5.1.3.25.4 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.1.3.25.B

5.1.3.25.5 Formal representation

ENTITY IfcRelAssignsToGroupByFactor
SUBTYPE OF (IfcRelAssignsToGroup);
Factor : IfcRatioMeasure;
END_ENTITY;

5.1.3.25.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.25.7 Changelog

5.1.3.25.7.1 IFC4

  • New resource