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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5708).
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. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5714). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5715). | |
Properties
![]() |
property MaterialLayers: TIfcMaterialLayerList read FMaterialLayers; |
|
Identification of the IfcMaterialLayer's from which the IfcMaterialLayerSet is composed. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5718). | |
![]() |
property LayerSetName: TIfcLabel read FLayerSetName write FLayerSetName; |
|
The name by which the IfcMaterialLayerSet is known. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5721). | |
![]() |
property Description: TIfcText read FDescription write FDescription; |
|
Definition of the IfcMaterialLayerSet in descriptive terms. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5724). | |
Generated by PasDoc 0.17.0.snapshot.

