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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelCoversBldgElements
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
TODO FRelatedCoverings: TIfcCoveringList; Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3632). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3633). | |
Properties
![]() |
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.

