EgtInterface 2.6l1 :
- aggiunta interfaccia per funzione EgtImportOff.
This commit is contained in:
@@ -83,6 +83,13 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor)
|
||||
return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportOff( const wchar_t* wsFilePath, double dScaleFactor)
|
||||
{
|
||||
return ( ExeImportOff( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImport3MF( const wchar_t* wsFilePath)
|
||||
|
||||
Reference in New Issue
Block a user