Class TIfcMaterialUsageDefinition

Unit

Declaration

type TIfcMaterialUsageDefinition = class abstract(TIfcPersistent)

Description

eneral supertype for all material related information items in IFC that have occurrence specific assignment parameters to assign a set of materials with shape parameters to a reference geometry item of that component.

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

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

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TIfcPersistent
  • TIfcMaterialUsageDefinition

Overview

Methods

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

Properties

Published property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo;

Use of the IfcMaterialUsageDefinition subtypes within the material association of an element occurrence. The association is established by the IfcRelAssociatesMaterial relationship.

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


Generated by PasDoc 0.17.0.snapshot.