EgtInterface 2.2k4 :

- a EgtAdvancedImport aggiunto parametro dLinToler.
This commit is contained in:
Dario Sassi
2020-11-21 17:57:40 +00:00
parent 5e5ab88cc5
commit 12ee3db32a
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ __stdcall EgtAdvancedImportIsEnabled( void)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdvancedImport( const wchar_t* wsFilePath)
__stdcall EgtAdvancedImport( const wchar_t* wsFilePath, double dLinToler)
{
return ( ExeAdvancedImport( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
return ( ExeAdvancedImport( wstrztoA( wsFilePath), dLinToler) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BIN
View File
Binary file not shown.