(* 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;
|
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:11-04:00