Class TIfcMaterialProfileSet

Unit

Declaration

type TIfcMaterialProfileSet = class(TIfcMaterialDefinition)

Description

Designation by which individual material(s) of a prismatic element (for example, beam or column) constructed of a single or multiple material profiles is known.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialProfileSet.htm

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 MaterialProfiles: TIfcMaterialProfileList read FMaterialProfiles;
Published property CompositeProfile: TIfcCompositeProfileDef read FCompositeProfile write FCompositeProfile;

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;

The name by which the material profile set is known.

Published property Description: TIfcText read FDescription write FDescription;

Definition of the material profile set in descriptive terms.

Published property MaterialProfiles: TIfcMaterialProfileList read FMaterialProfiles;

Identification of the profiles from which the material profile set is composed.

Published property CompositeProfile: TIfcCompositeProfileDef read FCompositeProfile write FCompositeProfile;

Reference to the composite profile definition for which this material profile set associates material to each of its individual profiles. If only a single material profile is used (the most typical case) then no CompositeProfile is asserted.


Generated by PasDoc 0.16.0-snapshot.