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:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 RelatingSpaceIfcSpace (ENTITY)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

    No subtypes

Referenced By

Entity IfcRelSpaceBoundary and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcElement ENTITY IfcRelSpaceBoundary
 IfcMove ENTITY IfcRoot
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelAssociates ENTITY IfcRoot
 IfcRelationship ENTITY IfcRelConnects
 IfcRelConnects ENTITY IfcRelSpaceBoundary
 IfcRoot ENTITY IfcRelationship
 IfcSpace ENTITY IfcRelSpaceBoundary
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:56-04:00