EgtInterface 2.3a3 :

- aggiunta funzione EgtImport3MF.
This commit is contained in:
Dario Sassi
2021-01-28 19:34:22 +00:00
parent 1ddecbb50a
commit 1cda7a5253
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -75,6 +75,14 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor)
{
return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImport3MF( const wchar_t* wsFilePath)
{
return ( ExeImport3MF( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdvancedImportIsEnabled( void)