Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelAssociatesConstraint

Definition from IAI: The entity IfcRelAssociatesConstraint is used to apply constraint information defined by IfcConstraint, in IfcConstraintResource schema, to all subtypes of IfcRoot.

NOTE: This entity replaces the IfcConstraintUsage in IFC2x

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

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

Attribute definitions:

Intent  :  The intent of the constraint usage with regard to its related IfcConstraint and IfcObjects, IfcPropertyDefinitions or IfcRelationships. Typical values can be e.g. RATIONALE or EXPECTED PERFORMANCE.
RelatingConstraint  :  Reference to constraint that is being applied using this relationship.

Inheritance graph

ENTITY IfcRelAssociatesConstraint;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelAssociates;
RelatedObjects  :  SET [1:?] OF IfcRoot;
ENTITY IfcRelAssociatesConstraint;
Intent  :  IfcLabel;
RelatingConstraint  :  IfcConstraint;
END_ENTITY;