From e148024db10684ccf2b8d2dc47780cdd72f145f1 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 29 Jun 2024 18:42:26 +0200 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGkCAvToolSurfTm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGkCAvToolSurfTm.h b/EGkCAvToolSurfTm.h index 176ea05..0a7a43f 100644 --- a/EGkCAvToolSurfTm.h +++ b/EGkCAvToolSurfTm.h @@ -38,7 +38,7 @@ class __declspec( novtable) ICAvToolSurfTm { virtual double GetToolRadius( void) const = 0 ; virtual double GetToolHeight( void) const = 0 ; virtual const ICurveComposite& GetToolOutline( bool bApprox = false) const = 0 ; - virtual bool TestPosition( const Point3d& ptT, const Vector3d& vtDir, const Vector3d& vtMove, double& dTotDist) = 0 ; + virtual bool TestPosition( const Point3d& ptT, const Vector3d& vtDir, const Vector3d& vtMove, double& dTotDist) const = 0 ; virtual bool TestSeries( PNTUVECTOR& vPntM, const Vector3d& vtDir, const Vector3d& vtMove, double dProgCoeff = 1) = 0 ; virtual bool TestPath( PNTULIST& lPntM, const Vector3d& vtDir, const Vector3d& vtMove, double dLinTol, double dProgCoeff = 1) = 0 ; } ;