EgtInterface 2.3i1 :

- aggiunta interfaccia per EgtExport3MF.
This commit is contained in:
DarioS
2021-09-08 08:39:49 +02:00
parent bc25fdb974
commit 547508e686
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -118,6 +118,13 @@ __stdcall EgtExportStl( int nId, const wchar_t* wsFilePath)
return ( ExeExportStl( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExport3MF( int nId, const wchar_t* wsFilePath)
{
return ( ExeExport3MF( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportSvg( int nId, const wchar_t* wsFilePath)