EgtInterface 2.6l1 :

- aggiunta interfaccia per funzione EgtImportOff.
This commit is contained in:
Dario Sassi
2024-11-29 18:57:48 +01:00
parent 49364bc33c
commit f426e04657
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)