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

Overview

Methods

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

Properties

Published property HasContext: TIfcRelDeclares read FHasContext write FHasContext;
Published property HasAssociations: TIfcRelAssociatesList read FHasAssociations;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published 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).

Published 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.