Class TIfcMaterialDefinition

Unit

Declaration

type TIfcMaterialDefinition = class abstract(TIfcMaterialSelect)

Description

General supertype for all material related information items in IFC that have common material related properties that may include association of material with some shape parameters or assignments to identified parts of a component.

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

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

Hierarchy

Overview

Methods

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

Properties

Published property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo;
Published property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences;
Published property HasProperties: TIfcMaterialPropertiesList read FHasProperties;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo;

Use of the IfcMaterialDefinition subtypes within the material association of an element occurrence or element type.

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

Published property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences;

Reference to external references, e.g. library, classification, or document information, that are associated to the material.

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

Published property HasProperties: TIfcMaterialPropertiesList read FHasProperties;

Material properties assigned to instances of subtypes of IfcMaterialDefinition.

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


Generated by PasDoc 0.17.0.snapshot.