ENTITY IfcRelSpaceBoundary

(* SCHEMA IFC4; *)
ENTITY IfcRelSpaceBoundary
 SUPERTYPE OF (ONEOF
    (IfcRelSpaceBoundary1stLevel))
 SUBTYPE OF (IfcRelConnects);
	RelatingSpace : IfcSpaceBoundarySelect;
	RelatedBuildingElement : IfcElement;
	ConnectionGeometry : OPTIONAL IfcConnectionGeometry;
	PhysicalOrVirtualBoundary : IfcPhysicalOrVirtualEnum;
	InternalOrExternalBoundary : IfcInternalOrExternalEnum;
 WHERE
	CorrectPhysOrVirt : ((PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.Physical) 
  AND (NOT('IFC4.IFCVIRTUALELEMENT' IN TYPEOF(RelatedBuildingElement)))) 
OR 
((PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.Virtual) 
  AND (('IFC4.IFCVIRTUALELEMENT' IN TYPEOF(RelatedBuildingElement)) 
  OR   ('IFC4.IFCOPENINGELEMENT' IN TYPEOF(RelatedBuildingElement)))) 
OR 
(PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.NotDefined);
END_ENTITY;

Explicit Attributes

Entity IfcRelSpaceBoundary has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 RelatingSpaceIfcSpaceBoundarySelect (SELECT)IfcRelSpaceBoundary
 RelatedBuildingElementIfcElement (ENTITY)IfcRelSpaceBoundary
 ConnectionGeometryIfcConnectionGeometry (ENTITY)IfcRelSpaceBoundary
 PhysicalOrVirtualBoundaryIfcPhysicalOrVirtualEnum (ENUM)IfcRelSpaceBoundary
 InternalOrExternalBoundaryIfcInternalOrExternalEnum (ENUM)IfcRelSpaceBoundary

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcRelSpaceBoundary inherits from the following supertypes:
  IfcRoot
    IfcRelationship
      IfcRelConnects

Subtypes

Entity IfcRelSpaceBoundary has the following subtypes:
    IfcRelSpaceBoundary1stLevel*
    IfcRelSpaceBoundary2ndLevel
* - Immediate Subtypes

Referenced By

Entity IfcRelSpaceBoundary and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcElement ENTITY IfcRelSpaceBoundary
 IfcExternalSpatialElement ENTITY IfcRelSpaceBoundary
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetTemplate ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelationship ENTITY IfcRelConnects
 IfcRelConnects ENTITY IfcRelSpaceBoundary
 IfcRoot ENTITY IfcRelationship
 IfcSpace ENTITY IfcRelSpaceBoundary
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcUniquePropertySetNames FUNCTION IfcRoot


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:47-04:00