Class TIfcRelContainedInSpatialStructure
Unit
Declaration
type TIfcRelContainedInSpatialStructure = class(TIfcRelConnects)
Description
Relationship to assign elements to a certain level of the spatial project structure.
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. |
destructor Destroy; override; |
|
This item has no description. |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
|
This item has no description. |
Properties
property RelatedElements: TIfcProductList read FRelatedElements; |
|
Set of products, which are contained within this level of the spatial structure hierarchy. |
property RelatingStructure: TIfcSpatialElement read FRelatingStructure write FRelatingStructure; |
|
Spatial structure element, within which the element is contained. |
Generated by PasDoc 0.16.0-snapshot.