Class TIfcRelCoversBldgElements

Unit

Declaration

type TIfcRelCoversBldgElements = class(TIfcRelConnects)

Description

Relationship between an element and one to many coverings, which cover that element.

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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

TODO FRelatedCoverings: TIfcCoveringList;

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement;

Reference to the element that is covered.

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


Generated by PasDoc 0.17.0.snapshot.