Class TIfcRectangleProfileDef
Unit
Declaration
type TIfcRectangleProfileDef = class(TIfcParameterizedProfileDef)
Description
Rectangle as the profile definition used by the swept surface geometry or the swept area solid.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRectangleProfileDef.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2891).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProfileDef
- TIfcParameterizedProfileDef
- TIfcRectangleProfileDef
Overview
Methods
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); override; |
Properties
![]() |
property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim; |
![]() |
property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim; |
Description
Methods
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); override; |
|
This item has no description. Showing description inherited from TIfcProfileDef.UpdateCrossSection. 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 2896). | |
Properties
![]() |
property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim; |
|
The extent of the rectangle in the direction of the x-axis.. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2900). | |
![]() |
property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim; |
|
The extent of the rectangle in the direction of the y-axis. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2903). | |
Generated by PasDoc 0.17.0.snapshot.

