From 5045a04dca8c8c3402a23088d13ffdbbc52e21fa Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 23 Feb 2026 12:39:01 +0100 Subject: [PATCH] Include : - ritocco estetico. --- EGkSurfBezier.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EGkSurfBezier.h b/EGkSurfBezier.h index d2550f5..fd6a848 100644 --- a/EGkSurfBezier.h +++ b/EGkSurfBezier.h @@ -74,13 +74,13 @@ class __declspec( novtable) ISurfBezier : public ISurf Vector3d* pvtDerUU = nullptr, Vector3d* pvtDerVV = nullptr, Vector3d* pvtDerUV = nullptr) const = 0 ; virtual ICurveComposite* GetCurveOnU( double dV) const = 0 ; virtual ICurveComposite* GetCurveOnV( double dU) const = 0 ; - virtual ICurveComposite* GetLoop( int nLoop) const = 0 ; // nLoop 0-based (1°esterno, successivi interni) + virtual ICurveComposite* GetLoop( int nLoop) const = 0 ; // nLoop 0-based (1°esterno, successivi interni) virtual bool GetControlCurveOnU( int nIndV, PolyLine& plCtrlU) const = 0 ; virtual bool GetControlCurveOnV( int nIndU, PolyLine& plCtrlV) const = 0 ; virtual const ISurfTriMesh* GetAuxSurf( void) const = 0 ; virtual const ISurfTriMesh* GetAuxSurfRefined( void) const = 0 ; virtual ISurfTriMesh* GetApproxSurf( double dTol, double dSideMin = 10 * EPS_SMALL, bool bUpdateEdges = false) const = 0 ; - virtual bool GetLeaves ( std::vector>& vLeaves, bool bRefined = false) const = 0 ; + virtual bool GetLeaves( std::vector>& vLeaves, bool bRefined = false) const = 0 ; virtual bool GetTriangles2D( std::vector>& vTria2D) const = 0 ; virtual bool UnprojectPointFromStm( int nT, const Point3d& ptI, Point3d& ptSP, int nIL = 5) const = 0 ; virtual bool UnprojectPointFromStm( int nT, const Point3d& ptI, Point3d& ptSP, int nIL, const Point3d& ptIPrev, bool* bTroughEdge = nullptr) const = 0 ;