IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.2.3.3 IfcRelAssociatesConstraint

5.2.3.3.1 Semantic definition

The entity IfcRelAssociatesConstraint is used to apply constraint information defined by IfcConstraint, in the IfcConstraintResource schema, to subtypes of IfcRoot.

5.2.3.3.2 Entity inheritance

5.2.3.3.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcRelAssociates (1)
Click to show 5 hidden inherited attributes
IfcRelAssociatesConstraint (2)
6 Intent OPTIONAL IfcLabel

The intent of the constraint usage with regard to its related IfcConstraint and IfcObject, IfcPropertyDefinition or IfcRelationship entities. Typical values can be e.g. RATIONALE or EXPECTED PERFORMANCE.

7 RelatingConstraint IfcConstraint

Reference to a constraint that is being applied using this relationship.

Table 5.2.3.3.A

5.2.3.3.4 Concept usage

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

5.2.3.3.5 Formal representation

ENTITY IfcRelAssociatesConstraint
SUBTYPE OF (IfcRelAssociates);
Intent : OPTIONAL IfcLabel;
RelatingConstraint : IfcConstraint;
END_ENTITY;

5.2.3.3.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.2.3.3.7 Changelog

5.2.3.3.7.1 IFC4

  • attribute Intent optional, Is now optional