Class TIfcRelContainedInSpatialStructure
Unit
Declaration
type TIfcRelContainedInSpatialStructure = class(TIfcRelConnects)
Description
Relationship to assign elements to a certain level of the spatial project structure.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3314).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelContainedInSpatialStructure
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
Properties
![]() |
property RelatedElements: TIfcProductList read FRelatedElements; |
![]() |
property RelatingStructure: TIfcSpatialElement read FRelatingStructure write FRelatingStructure; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3319). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3320). | |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3321). | |
Properties
![]() |
property RelatedElements: TIfcProductList read FRelatedElements; |
|
Set of products, which are contained within this level of the spatial structure hierarchy. Note: The name is a bit confusing, it's actually a list of TIfcProduct instances, not TIfcElement instances. TIfcElement is a descendant of TIfcProduct. This all follows IFC 4.3 spec. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3329). | |
![]() |
property RelatingStructure: TIfcSpatialElement read FRelatingStructure write FRelatingStructure; |
|
Spatial structure element, within which the element is contained. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3332). | |
Generated by PasDoc 0.17.0.snapshot.

