Class TIfcMaterialLayerSet
Unit
Declaration
type TIfcMaterialLayerSet = class(TIfcMaterialDefinition)
Description
Designation by which materials of an element constructed of a number of material layers is known and through which the relative positioning of individual layers can be expressed.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialLayerSet.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialLayerSet
Overview
Methods
|  | constructor Create(AOwner: TComponent); override; | 
|  | destructor Destroy; override; | 
Properties
|  | property MaterialLayers: TIfcMaterialLayerList read FMaterialLayers; | 
|  | property LayerSetName: TIfcLabel read FLayerSetName write FLayerSetName; | 
|  | property Description: TIfcText read FDescription write FDescription; | 
Description
Methods
|  | constructor Create(AOwner: TComponent); override; | 
| This item has no description. | |
|  | destructor Destroy; override; | 
| This item has no description. | |
Properties
|  | property MaterialLayers: TIfcMaterialLayerList read FMaterialLayers; | 
| Identification of the IfcMaterialLayer's from which the IfcMaterialLayerSet is composed. | |
|  | property LayerSetName: TIfcLabel read FLayerSetName write FLayerSetName; | 
| The name by which the IfcMaterialLayerSet is known. | |
|  | property Description: TIfcText read FDescription write FDescription; | 
| Definition of the IfcMaterialLayerSet in descriptive terms. | |
Generated by PasDoc 0.16.0-snapshot.