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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5720).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialLayerSet
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property MaterialLayers: TIfcMaterialLayerList read FMaterialLayers; |
| Published | property LayerSetName: TIfcLabel read FLayerSetName write FLayerSetName; |
| Published | property Description: TIfcText read FDescription write FDescription; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5726). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5727). | |
Properties
| Published | property MaterialLayers: TIfcMaterialLayerList read FMaterialLayers; |
|
Identification of the IfcMaterialLayer's from which the IfcMaterialLayerSet is composed. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5730). | |
| Published | property LayerSetName: TIfcLabel read FLayerSetName write FLayerSetName; |
|
The name by which the IfcMaterialLayerSet is known. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5733). | |
| Published | property Description: TIfcText read FDescription write FDescription; |
|
Definition of the IfcMaterialLayerSet in descriptive terms. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5736). | |
Generated by PasDoc 0.17.0.snapshot.