Class TIfcMaterialConstituentSet
Unit
Declaration
type TIfcMaterialConstituentSet = class(TIfcMaterialDefinition)
Description
Collection of individual material constituents, each assigning a material to a part of an element. The parts are only identified by a keyword (as opposed to an IfcMaterialLayerSet or IfcMaterialProfileSet where each part has an individual shape parameter (layer thickness or layer profile).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialConstituentSet
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
![]() |
property Description: TIfcText read FDescription write FDescription; |
![]() |
property MaterialConstituents: TIfcMaterialConstituentList read FMaterialConstituents; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
Name by which the constituent set is known. |
![]() |
property Description: TIfcText read FDescription write FDescription; |
Definition of the material constituent in descriptive terms. |
![]() |
property MaterialConstituents: TIfcMaterialConstituentList read FMaterialConstituents; |
Identification of the constituents from which the material constituent set is composed. |
Generated by PasDoc 0.16.0-snapshot.