ENTITY IfcSpatialStructureElement
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcSpatialStructureElement
ABSTRACT SUPERTYPE OF (ONEOF
(IfcBuilding
,IfcBuildingStorey
,IfcSite
,IfcSpace))
SUBTYPE OF (IfcProduct);
LongName : OPTIONAL IfcLabel;
CompositionType : IfcElementCompositionEnum;
INVERSE
ServicedBySystems : SET [0:?] OF IfcRelServicesBuildings FOR RelatedBuildings;
ContainsElements : SET [0:?] OF IfcRelContainedInSpatialStructure FOR RelatingStructure;
WHERE
WR41 : (HIINDEX(SELF\IfcObject.Decomposes) = 1)
AND
('IFC2X2_FINAL.IFCRELAGGREGATES' IN TYPEOF(SELF\IfcObject.Decomposes[1]))
AND
(('IFC2X2_FINAL.IFCPROJECT' IN TYPEOF (SELF\IfcObject.Decomposes[1].RelatingObject)) OR
('IFC2X2_FINAL.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF (SELF\IfcObject.Decomposes[1].RelatingObject))
);
END_ENTITY;
Explicit Attributes
Entity IfcSpatialStructureElement has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcSpatialStructureElement has the following local and inherited inverse attributes:
Supertypes
Entity IfcSpatialStructureElement inherits from the following supertypes:
IfcRoot
IfcObject
IfcProduct
Subtypes
Entity IfcSpatialStructureElement has the following subtypes:
IfcBuilding*
IfcBuildingStorey*
IfcSite*
IfcSpace*
* - Immediate Subtypes
Referenced By
Entity IfcSpatialStructureElement 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