EgtInterface 1.6k9 :

- aggiornamenti vari.
This commit is contained in:
Dario Sassi
2015-11-26 16:50:57 +00:00
parent 77b037d992
commit 1e9782b3c4
3 changed files with 25 additions and 0 deletions
+7
View File
@@ -192,3 +192,10 @@ __stdcall EgtExplodeCurveCompo( int nId, int* pnCount)
{
return ExeExplodeCurveCompo( nId, pnCount) ;
}
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtMergeCurvesInCurveCompo( int nId, double dLinTol)
{
return ( ExeMergeCurvesInCurveCompo( nId, dLinTol) ? TRUE : FALSE) ;
}