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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialDefinition
- TIfcMaterialConstituent
Overview
Properties
property Name: TIfcLabel read FName write FName; |
|
property Description: TIfcText read FDescription write FDescription; |
|
property Material: TIfcMaterial read FMaterial write FMaterial; |
|
property Fraction: TIfcNormalisedRatioMeasure read FFraction write FFraction; |
|
property Category: TIfcLabel read FCategory write FCategory; |
|
property ToMaterialConstituentSet: TIfcMaterialConstituentSet read FToMaterialConstituentSet write FToMaterialConstituentSet; |
Description
Properties
property Name: TIfcLabel read FName write FName; |
|
The name by which the material constituent is known. |
property Description: TIfcText read FDescription write FDescription; |
|
Definition of the material constituent in descriptive terms. |
property Material: TIfcMaterial read FMaterial write FMaterial; |
|
Reference to the material from which the constituent is constructed. |
property Fraction: TIfcNormalisedRatioMeasure read FFraction write FFraction; |
|
Optional provision of a |
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. |
property ToMaterialConstituentSet: TIfcMaterialConstituentSet read FToMaterialConstituentSet write FToMaterialConstituentSet; |
|
Material constituent set in which this material constituent is included. |
Generated by PasDoc 0.16.0-snapshot.