Class TIfcCompositeProfileDef

Unit

Declaration

type TIfcCompositeProfileDef = class(TIfcProfileDef)

Description

Defines profile by composition of other profiles.

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

Hierarchy

Overview

Methods

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

Properties

Published property Profiles: TIfcProfileDefList read FProfiles;
Published property Label: TIfcLabel read FLabel write FLabel;

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 Profiles: TIfcProfileDefList read FProfiles;

The profiles which are used to define the composite profile.

Published property Label: TIfcLabel read FLabel write FLabel;

The name by which the composition may be referred.


Generated by PasDoc 0.16.0-snapshot.