Class TIfcRelAssociates

Unit

Declaration

type TIfcRelAssociates = class abstract(TIfcRelationship)

Description

This item has no description. Showing description inherited from TIfcRoot.

Most abstract and root class for all entity definitions.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRoot.htm

Note: GlobalId is defined in TIfcPersistent already, to support some testcases. Though IFC 4.3 specification says only IfcRoot has GlobalId.

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

Hierarchy

Overview

Methods

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

Properties

Published property RelatedObjects: TIfcDefinitionSelectList read FRelatedObjects;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property RelatedObjects: TIfcDefinitionSelectList read FRelatedObjects;

Set of object or property definitions to which the external references or information is associated.

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


Generated by PasDoc 0.17.0.snapshot.