Class TIfcRelSpaceBoundary
Unit
Declaration
type TIfcRelSpaceBoundary = class(TIfcRelConnects)
Description
The space boundary defines the physical or virtual delimiter of a space by the relationship IfcRelSpaceBoundary to the surrounding elements.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3597).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelSpaceBoundary
Overview
Properties
| Published | property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement; |
| Published | property ConnectionGeometry: TIfcConnectionGeometry read FConnectionGeometry write FConnectionGeometry; |
| Published | property PhysicalOrVirtualBoundary: TIfcPhysicalOrVirtualEnum read FPhysicalOrVirtualBoundary write FPhysicalOrVirtualBoundary
default TIfcPhysicalOrVirtualEnum.NotDefined; |
| Published | property InternalOrExternalBoundary: TIfcInternalOrExternalEnum read FInternalOrExternalBoundary write FInternalOrExternalBoundary
default TIfcInternalOrExternalEnum.NotDefined; |
Description
Properties
| Published | property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement; |
|
Reference to the Element that defines the Space Boundaries. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3609). | |
| Published | property ConnectionGeometry: TIfcConnectionGeometry read FConnectionGeometry write FConnectionGeometry; |
|
Physical representation of the space boundary. Provided as a curve or surface given within the LCS of the space. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3613). | |
| Published | property PhysicalOrVirtualBoundary: TIfcPhysicalOrVirtualEnum read FPhysicalOrVirtualBoundary write FPhysicalOrVirtualBoundary
default TIfcPhysicalOrVirtualEnum.NotDefined; |
|
Defines whether the Space Boundary is PHYISICAL or VIRTUAL. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3616). | |
| Published | property InternalOrExternalBoundary: TIfcInternalOrExternalEnum read FInternalOrExternalBoundary write FInternalOrExternalBoundary
default TIfcInternalOrExternalEnum.NotDefined; |
|
Defines whether the Space Boundary is INTERNAL, or EXTERNAL, i.e. adjacent to open space that can be a partially enclosed space, such as terrace. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3620). | |
Generated by PasDoc 0.17.0.snapshot.