Class TIfcCurve
Unit
Declaration
type TIfcCurve = class abstract(TIfcGeometricRepresentationItem)
Description
Curve in 2D or 3D.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCurve
Overview
Methods
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean); virtual; |
Description
Methods
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean); virtual; |
Update CrossSection to be used by IfcExtrudedAreaSolid. In the base class, this reuses BuildNode and extracts cross section information from a temporary node. Override to provide more optimized implementation. Set CrossSectionConvex to |
Generated by PasDoc 0.16.0-snapshot.