EgtInterface 2.2k4 :
- a EgtAdvancedImport aggiunto parametro dLinToler.
This commit is contained in:
+2
-2
@@ -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) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user