ENTITY IfcRelAssociates
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcRelAssociates
SUPERTYPE OF (ONEOF
(IfcRelAssociatesAppliedValue
,IfcRelAssociatesApproval
,IfcRelAssociatesClassification
,IfcRelAssociatesConstraint
,IfcRelAssociatesDocument
,IfcRelAssociatesLibrary
,IfcRelAssociatesMaterial
,IfcRelAssociatesProfileProperties))
SUBTYPE OF (IfcRelationship);
RelatedObjects : SET [1:?] OF IfcRoot;
WHERE
WR1 : SIZEOF(QUERY(temp <* RelatedObjects |
NOT(('IFC2X2_FINAL.IFCOBJECT' IN TYPEOF(temp))
OR ('IFC2X2_FINAL.IFCPROPERTYDEFINITION' IN TYPEOF(temp)))
)) = 0;
END_ENTITY;
Explicit Attributes
Entity IfcRelAssociates has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRelAssociates inherits from the following supertypes:
IfcRoot
IfcRelationship
Subtypes
Entity IfcRelAssociates has the following subtypes:
IfcRelAssociatesAppliedValue*
IfcRelAssociatesApproval*
IfcRelAssociatesClassification*
IfcRelAssociatesConstraint*
IfcRelAssociatesDocument*
IfcRelAssociatesLibrary*
IfcRelAssociatesMaterial*
IfcRelAssociatesProfileProperties*
* - Immediate Subtypes
Referenced By
Entity IfcRelAssociates and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00