diff --git a/API_GdbModifyCurve.cpp b/API_GdbModifyCurve.cpp index 7a6755f..67ec6bf 100644 --- a/API_GdbModifyCurve.cpp +++ b/API_GdbModifyCurve.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2014-2014 +// EgalTech 2014-2019 //---------------------------------------------------------------------------- -// File : API_ModifyCurve.cpp Data : 03.10.14 Versione : 1.5i5 +// File : API_ModifyCurve.cpp Data : 08.05.19 Versione : 2.1e2 // Contenuto : Funzioni di modifica delle curve per API. // // @@ -230,6 +230,13 @@ __stdcall EgtAddCurveCompoArc2P( int nId, const double ptMid[3], const double pt return ( ExeAddCurveCompoArc2P( nId, ptMid, ptP, nRefType) ? TRUE : FALSE) ; } +//------------------------------------------------------------------------------- +BOOL +__stdcall EgtRemoveCurveCompoCurve( int nId, BOOL bLast) +{ + return ( ExeRemoveCurveCompoCurve( nId, ( bLast != FALSE)) ? TRUE : FALSE) ; +} + //------------------------------------------------------------------------------- BOOL __stdcall EgtAddCurveCompoJoint( int nId, double dU) diff --git a/EgtInterface.rc b/EgtInterface.rc index 34462cf..715e5bb 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ