Class TIfcPropertyDefinition
Unit
Declaration
type TIfcPropertyDefinition = class(TIfcDefinitionSelect)
Description
Generalization of all characteristics (i.e. a grouping of individual properties), that may be assigned to objects.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1775).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcPropertyDefinition
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property HasContext: TIfcRelDeclares read FHasContext write FHasContext; |
![]() |
property HasAssociations: TIfcRelAssociatesList read FHasAssociations; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1780). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1781). | |
Properties
![]() |
property HasContext: TIfcRelDeclares read FHasContext write FHasContext; |
|
Reference to the relationship IfcRelDeclares and thus to the IfcProject or IfcProjectLibrary. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1785). | |
![]() |
property HasAssociations: TIfcRelAssociatesList read FHasAssociations; |
|
Reference to the relationship IfcRelAssociates and thus to those externally defined concepts, like classifications, documents, or library information, which are associated to the property definition. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1790). | |
Generated by PasDoc 0.17.0.snapshot.

