Class TIfcResourceLevelRelationship
Unit
Declaration
type TIfcResourceLevelRelationship = class abstract(TIfcPersistent)
Description
Base entity for relationships between resource-level entities.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcResourceLevelRelationship.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1099).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcResourceLevelRelationship
Overview
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
![]() |
property Description: TIfcText read FDescription write FDescription; |
Description
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
|
A name used to identify or qualify the relationship. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1105). | |
![]() |
property Description: TIfcText read FDescription write FDescription; |
|
A description that may apply additional information about the relationship. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1108). | |
Generated by PasDoc 0.17.0.snapshot.
