Class TIfcRelDeclares
Unit
Declaration
type TIfcRelDeclares = class(TIfcRelationship)
Description
Declaration of objects (subtypes of IfcObject) or properties (subtypes of IfcPropertyDefinition) to a project or project library (represented by IfcProject, or IfcProjectLibrary).
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1796).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDeclares
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext; |
![]() |
property RelatedDefinitions: TIfcDefinitionSelectList read FRelatedDefinitions; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1801). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1802). | |
Properties
![]() |
property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext; |
|
Reference to the IfcProject to which additional information is assigned. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1805). | |
![]() |
property RelatedDefinitions: TIfcDefinitionSelectList read FRelatedDefinitions; |
|
Set of object or property definitions that are assigned to a context and to which the unit and representation context definitions of that context apply. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1810). | |
Generated by PasDoc 0.17.0.snapshot.

