EgtInterface 1.6i8 :

- aggiunta EgtOffsetCurveAdv.
This commit is contained in:
Dario Sassi
2015-09-25 13:18:27 +00:00
parent ff135baddc
commit 46cd8eeea5
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -35,6 +35,13 @@ __stdcall EgtOffsetCurve( int nId, double dDist, int nType)
return ( ExeOffsetCurve( nId, dDist, nType) ? TRUE : FALSE) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtOffsetCurveAdv( int nId, double dDist, int nType, int* pnCount)
{
return ExeOffsetCurveAdv( nId, dDist, nType, pnCount) ;
}
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtApproxCurve( int nId, int nApprType, double dLinTol)