Class TIfcRelContainedInSpatialStructure

Unit

Declaration

type TIfcRelContainedInSpatialStructure = class(TIfcRelConnects)

Description

Relationship to assign elements to a certain level of the spatial project structure.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelContainedInSpatialStructure.htm

Hierarchy

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.

Public destructor Destroy; override;

This item has no description.

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

This item has no description.

Properties

Published property RelatedElements: TIfcProductList read FRelatedElements;

Set of products, which are contained within this level of the spatial structure hierarchy.

Published property RelatingStructure: TIfcSpatialElement read FRelatingStructure write FRelatingStructure;

Spatial structure element, within which the element is contained.


Generated by PasDoc 0.16.0-snapshot.