Class TIfcProfileDef
Unit
Declaration
type TIfcProfileDef = class(TIfcPersistent)
Description
Supertype of all definitions of standard and arbitrary profiles within IFC. It is used to define a standard set of commonly used section profiles by their parameters or by their explicit curve geometry.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcProfileDef.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1208).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProfileDef
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); virtual; |
Properties
![]() |
property ProfileType: TIfcProfileTypeEnum read FProfileType write FProfileType; |
![]() |
property ProfileName: TIfcLabel read FProfileName write FProfileName; |
![]() |
property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
![]() |
property HasProperties: TIfcProfilePropertiesList read FHasProperties; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1215). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1216). | |
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); virtual; |
|
Update CrossSection to be used by IfcExtrudedAreaSolid. In the base class, this makes a warning "not implemented". Override (and do not call "inherited") to provide a useful implementation. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1220). | |
Properties
![]() |
property ProfileType: TIfcProfileTypeEnum read FProfileType write FProfileType; |
|
Type of geometry into which this profile definition shall be resolved. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1224). | |
![]() |
property ProfileName: TIfcLabel read FProfileName write FProfileName; |
|
Human-readable name of the profile. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1227). | |
![]() |
property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
|
Reference to external information, e.g. library, classification, or document information, which is associated with the profile. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1231). | |
![]() |
property HasProperties: TIfcProfilePropertiesList read FHasProperties; |
|
Additional properties of the profile, for example mechanical properties. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1234). | |
Generated by PasDoc 0.17.0.snapshot.

