EgtInterface 2.1i2 :

- aggiunta interfaccia per EgtExportSvg.
This commit is contained in:
Dario Sassi
2019-09-16 15:27:43 +00:00
parent 171ca72ed9
commit 7c7e6cad43
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -82,3 +82,10 @@ __stdcall EgtExportStl( int nId, const wchar_t* wsFilePath)
{
return ( ExeExportStl( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportSvg( int nId, const wchar_t* wsFilePath)
{
return ( ExeExportSvg( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}