ENTITY IfcRelDecomposes
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcRelDecomposes
ABSTRACT SUPERTYPE OF (ONEOF
(IfcRelAggregates
,IfcRelNests))
SUBTYPE OF (IfcRelationship);
RelatingObject : IfcObject;
RelatedObjects : SET [1:?] OF IfcObject;
WHERE
WR1 : SIZEOF(QUERY(Temp <* RelatedObjects | RelatingObject :=: Temp)) = 0;
END_ENTITY;
Explicit Attributes
Entity IfcRelDecomposes has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRelDecomposes inherits from the following supertypes:
IfcRoot
IfcRelationship
Subtypes
Entity IfcRelDecomposes has the following subtypes:
IfcRelAggregates*
IfcRelNests*
* - Immediate Subtypes
Referenced By
Entity IfcRelDecomposes 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:56-04:00