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

Overview

Methods

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

Properties

Published property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext;
Published property RelatedDefinitions: TIfcDefinitionSelectList read FRelatedDefinitions;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

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

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