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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3314).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3319).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3320).

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

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3321).

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: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3329).

Published 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.