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
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. |
Properties
![]() |
property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim; |
The extent of the rectangle in the direction of the x-axis.. |
![]() |
property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim; |
The extent of the rectangle in the direction of the y-axis. |
Generated by PasDoc 0.16.0-snapshot.