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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property MaterialLayers: TIfcMaterialLayerList read FMaterialLayers;

Identification of the IfcMaterialLayer's from which the IfcMaterialLayerSet is composed.

Published property LayerSetName: TIfcLabel read FLayerSetName write FLayerSetName;

The name by which the IfcMaterialLayerSet is known.

Published property Description: TIfcText read FDescription write FDescription;

Definition of the IfcMaterialLayerSet in descriptive terms.


Generated by PasDoc 0.16.0-snapshot.