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.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelSpaceBoundary
Overview
Properties
property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement; |
|
property ConnectionGeometry: TIfcConnectionGeometry read FConnectionGeometry write FConnectionGeometry; |
|
property PhysicalOrVirtualBoundary: TIfcPhysicalOrVirtualEnum read FPhysicalOrVirtualBoundary write FPhysicalOrVirtualBoundary
default TIfcPhysicalOrVirtualEnum.NotDefined; |
|
property InternalOrExternalBoundary: TIfcInternalOrExternalEnum read FInternalOrExternalBoundary write FInternalOrExternalBoundary
default TIfcInternalOrExternalEnum.NotDefined; |
Description
Properties
property RelatedBuildingElement: TIfcElement read FRelatedBuildingElement write FRelatedBuildingElement; |
|
Reference to the Element that defines the Space Boundaries. |
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. |
property PhysicalOrVirtualBoundary: TIfcPhysicalOrVirtualEnum read FPhysicalOrVirtualBoundary write FPhysicalOrVirtualBoundary
default TIfcPhysicalOrVirtualEnum.NotDefined; |
|
Defines whether the Space Boundary is PHYISICAL or VIRTUAL. |
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. |
Generated by PasDoc 0.16.0-snapshot.