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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Name: TIfcLabel read FName write FName;
Published property Description: TIfcText read FDescription write FDescription;
Published property MaterialConstituents: TIfcMaterialConstituentList read FMaterialConstituents;

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 Name: TIfcLabel read FName write FName;

Name by which the constituent set is known.

Published property Description: TIfcText read FDescription write FDescription;

Definition of the material constituent in descriptive terms.

Published property MaterialConstituents: TIfcMaterialConstituentList read FMaterialConstituents;

Identification of the constituents from which the material constituent set is composed.


Generated by PasDoc 0.16.0-snapshot.