From bb8ef0473359623f9df66588932a777174c9d5df Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Fri, 10 Oct 2025 12:13:02 +0200 Subject: [PATCH] EgtExecutor : - aggiunto un tipo di interpolazione con le bezier. --- EXE_GdbCreateCurve.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EXE_GdbCreateCurve.cpp b/EXE_GdbCreateCurve.cpp index be6f242..a92f16c 100644 --- a/EXE_GdbCreateCurve.cpp +++ b/EXE_GdbCreateCurve.cpp @@ -2062,6 +2062,8 @@ ExeCreateCurveCompoByInterpolation( int nParentId, const PolyLine& PL, int nType nMethod = CurveByInterp::BESSEL ; nCrvType = CurveByInterp::CUBIC_BEZIERS ; } + else if ( nType == ITT_CUBICS_LONG) + nCrvType = CurveByInterp::CUBIC_BEZIERS_LONG ; // oggetto interpolatore CurveByInterp crvByInterp ; Point3d ptP ;