From 7d180c6e101882cdd33e8fd5c0a2d2574ea15dab Mon Sep 17 00:00:00 2001 From: SaraP Date: Mon, 15 Jun 2026 09:57:34 +0200 Subject: [PATCH] Include : - modificato prototipo. --- EGkCurveAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGkCurveAux.h b/EGkCurveAux.h index cb0cceb..d8490a8 100644 --- a/EGkCurveAux.h +++ b/EGkCurveAux.h @@ -171,7 +171,7 @@ EGK_EXPORT void ResetCurveVoronoi( const ICurve& crvC) ; //---------------------------------------------------------------------------- //! fa il join delle curve passate in input -EGK_EXPORT bool GetChainedCurves( ICRVCOMPOPOVECTOR& vCrv, double dChainTol = 5 * EPS_SMALL, bool bAllowInvert = false) ; +EGK_EXPORT bool GetChainedCurves( ICRVCOMPOPOVECTOR& vCrv, double dChainTol = 5 * EPS_SMALL, bool bAllowInvert = false, bool bHaltOnFork = false) ; //---------------------------------------------------------------------------- //! dato un punto su una curva trova il corrispondente sulla seconda curva