Class TIfcMaterialDefinition

Unit

Declaration

type TIfcMaterialDefinition = class abstract(TIfcPersistent)

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.

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo;

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

Published property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences;

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

Published property HasProperties: TIfcMaterialPropertiesList read FHasProperties;

Material properties assigned to instances of subtypes of IfcMaterialDefinition.


Generated by PasDoc 0.16.0-snapshot.