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
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. | |
![]() |
destructor Destroy; override; |
|
This item has no description. | |
![]() |
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. | |
Properties
![]() |
property ProfileType: TIfcProfileTypeEnum read FProfileType write FProfileType; |
|
Type of geometry into which this profile definition shall be resolved. | |
![]() |
property ProfileName: TIfcLabel read FProfileName write FProfileName; |
|
Human-readable name of the profile. | |
![]() |
property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
|
Reference to external information, e.g. library, classification, or document information, which is associated with the profile. | |
![]() |
property HasProperties: TIfcProfilePropertiesList read FHasProperties; |
|
Additional properties of the profile, for example mechanical properties. | |
Generated by PasDoc 0.16.0-snapshot.

