ENTITY IfcRelDecomposes
(* SCHEMA IFC2X3; *)
ENTITY IfcRelDecomposes
ABSTRACT SUPERTYPE OF (ONEOF
(IfcRelAggregates
,IfcRelNests))
SUBTYPE OF (IfcRelationship);
RelatingObject : IfcObjectDefinition;
RelatedObjects : SET [1:?] OF IfcObjectDefinition;
WHERE
WR31 : 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:21:13-04:00