Class TIfcRelContainedInSpatialStructure
Unit
Declaration
type TIfcRelContainedInSpatialStructure = class(TIfcRelConnects)
Description
Relationship to assign elements to a certain level of the spatial project structure.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3326).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelContainedInSpatialStructure
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
| Public | function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
Properties
| Published | property RelatedElements: TIfcProductList read FRelatedElements; |
| Published | property RelatingStructure: TIfcSpatialElement read FRelatingStructure write FRelatingStructure; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3331). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3332). | |
| Public | function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3333). | |
Properties
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3341). | |
| Published | property RelatingStructure: TIfcSpatialElement read FRelatingStructure write FRelatingStructure; |
|
Spatial structure element, within which the element is contained. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3344). | |
Generated by PasDoc 0.17.0.snapshot.