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
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5605).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialConstituent
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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5615). | |
| Published | property Description: TIfcText read FDescription write FDescription; |
|
Definition of the material constituent in descriptive terms. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5618). | |
| Published | property Material: TIfcMaterial read FMaterial write FMaterial; |
|
Reference to the material from which the constituent is constructed. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5621). | |
| Published | property Fraction: TIfcNormalisedRatioMeasure read FFraction write FFraction; |
|
Optional provision of a Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5626). | |
| 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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5629). | |
| Published | property ToMaterialConstituentSet: TIfcMaterialConstituentSet read FToMaterialConstituentSet write FToMaterialConstituentSet; |
|
Material constituent set in which this material constituent is included. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5632). | |
Generated by PasDoc 0.17.0.snapshot.