ENTITY IfcRelSpaceBoundary
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcRelSpaceBoundary
SUBTYPE OF (IfcRelConnects);
RelatingSpace : IfcSpace;
RelatedBuildingElement : OPTIONAL IfcElement;
ConnectionGeometry : OPTIONAL IfcConnectionGeometry;
PhysicalOrVirtualBoundary : IfcPhysicalOrVirtualEnum;
InternalOrExternalBoundary : IfcInternalOrExternalEnum;
WHERE
WR1 : ((PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.Physical) AND
(EXISTS(RelatedBuildingElement) AND NOT('IFC2X2_FINAL.IFCVIRTUALELEMENT' IN TYPEOF(RelatedBuildingElement))))
OR
((PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.Virtual) AND
(NOT(EXISTS(RelatedBuildingElement)) OR ('IFC2X2_FINAL.IFCVIRTUALELEMENT' IN TYPEOF(RelatedBuildingElement))))
OR
(PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.NotDefined);
END_ENTITY;
Explicit Attributes
Entity IfcRelSpaceBoundary has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRelSpaceBoundary inherits from the following supertypes:
IfcRoot
IfcRelationship
IfcRelConnects
Subtypes
No subtypesReferenced By
Entity IfcRelSpaceBoundary 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