Class TIfcMaterialConstituent

Unit

Declaration

type TIfcMaterialConstituent = class(TIfcMaterialDefinition)

Description

Single and identifiable part of an element which is constructed of a number of part (one or more) each having an individual material.

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

Hierarchy

Overview

Properties

Published property Name: TIfcLabel read FName write FName;
Published property Description: TIfcText read FDescription write FDescription;
Published property Material: TIfcMaterial read FMaterial write FMaterial;
Published property Fraction: TIfcNormalisedRatioMeasure read FFraction write FFraction;
Published property Category: TIfcLabel read FCategory write FCategory;
Published property ToMaterialConstituentSet: TIfcMaterialConstituentSet read FToMaterialConstituentSet write FToMaterialConstituentSet;

Description

Properties

Published property Name: TIfcLabel read FName write FName;

The name by which the material constituent is known.

Published property Description: TIfcText read FDescription write FDescription;

Definition of the material constituent in descriptive terms.

Published property Material: TIfcMaterial read FMaterial write FMaterial;

Reference to the material from which the constituent is constructed.

Published property Fraction: TIfcNormalisedRatioMeasure read FFraction write FFraction;

Optional provision of a fraction of the total amount (volume or weight) that applies to the IfcMaterialConstituentSet that is contributed by this IfcMaterialConstituent.

Published property Category: TIfcLabel read FCategory write FCategory;

Category of the material constituent, e.g. the role it has in the constituent set it belongs to.

Published property ToMaterialConstituentSet: TIfcMaterialConstituentSet read FToMaterialConstituentSet write FToMaterialConstituentSet;

Material constituent set in which this material constituent is included.


Generated by PasDoc 0.16.0-snapshot.