EgtInterface 1.9l3 :

- aggiunto parametro per tolleranza a EgtCreateFlatParts.
This commit is contained in:
Dario Sassi
2018-12-19 08:49:14 +00:00
parent 0c50ffc330
commit 3f89af5392
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ using namespace std ;
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtCreateFlatParts( int nType)
__stdcall EgtCreateFlatParts( int nType, double dToler)
{
return ( ExeCreateFlatParts( nType) ? TRUE : FALSE) ;
return ( ExeCreateFlatParts( nType, dToler) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------