ENTITY IfcConstraintAggregationRelationship

(* SCHEMA IFC2X3; *)
ENTITY IfcConstraintAggregationRelationship;
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	RelatingConstraint : IfcConstraint;
	RelatedConstraints : LIST [1:?] OF UNIQUE IfcConstraint;
	LogicalAggregator : IfcLogicalOperatorEnum;
 WHERE
	WR11 : SIZEOF(QUERY(temp <* RelatedConstraints | 
               temp :=: RelatingConstraint
               )) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcConstraintAggregationRelationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcConstraintAggregationRelationship
 DescriptionIfcText (STRING)IfcConstraintAggregationRelationship
 RelatingConstraintIfcConstraint (ENTITY)IfcConstraintAggregationRelationship
 RelatedConstraintsLIST OF IfcConstraint (ENTITY)IfcConstraintAggregationRelationship
 LogicalAggregatorIfcLogicalOperatorEnum (ENUM)IfcConstraintAggregationRelationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcConstraintAggregationRelationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcConstraint ENTITY IfcConstraintAggregationRelationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:11-04:00