EgtExecutor :

- aggiunto un tipo di interpolazione con le bezier.
This commit is contained in:
Daniele Bariletti
2025-10-10 12:13:02 +02:00
parent 4c7de36ba0
commit bb8ef04733
+2
View File
@@ -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 ;