Class TIfcMaterialRelationship

Unit

Declaration

type TIfcMaterialRelationship = class(TIfcResourceLevelRelationship)

Description

Relationship between part and whole in material definitions (as in composite materials).

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

Hierarchy

Overview

Methods

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

Properties

Published property RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial;
Published property RelatedMaterials: TIfcMaterialList read FRelatedMaterials;
Published property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression;

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 RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial;

Reference to the relating material (the composite).

Published property RelatedMaterials: TIfcMaterialList read FRelatedMaterials;

Reference to related materials (as constituents of composite material).

Published property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.