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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProfileDef
- TIfcCompositeProfileDef
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Profiles: TIfcProfileDefList read FProfiles; |
![]() |
property Label: TIfcLabel read FLabel write FLabel; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1246). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1247). | |
Properties
![]() |
property Profiles: TIfcProfileDefList read FProfiles; |
|
The Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1250). | |
![]() |
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.

