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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1241).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1246).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1247).

Properties

Published property Profiles: TIfcProfileDefList read FProfiles;

The profiles which are used to define the composite profile.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1250).

Published property Label: TIfcLabel read FLabel write FLabel;

The name by which the composition may be referred.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1253).


Generated by PasDoc 0.17.0.snapshot.