Class TIfcRelDefinesByType

Unit

Declaration

type TIfcRelDefinesByType = class(TIfcRelDefines)

Description

Relationship between an object type and object occurrences.

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

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

Hierarchy

Overview

Methods

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

Properties

Published property RelatedObjects: TIfcObjectList read FRelatedObjects;
Published property RelatingType: TIfcTypeObject read FRelatingType write FRelatingType;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property RelatedObjects: TIfcObjectList read FRelatedObjects;

This item has no description.

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

Published property RelatingType: TIfcTypeObject read FRelatingType write FRelatingType;

Reference to the type (or style) information for that object or set of objects.

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


Generated by PasDoc 0.17.0.snapshot.