EgtInterface 2.5j2 :

- aggiunta funzione EgtExport3dm.
This commit is contained in:
Dario Sassi
2023-10-24 13:09:51 +02:00
parent db57ebba60
commit fb66ba9d13
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -125,6 +125,13 @@ __stdcall EgtExport3MF( int nId, const wchar_t* wsFilePath, int nFilter)
return ( ExeExport3MF( nId, wstrztoA( wsFilePath), nFilter) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExport3dm( int nId, const wchar_t* wsFilePath, int nFilter)
{
return ( ExeExport3dm( nId, wstrztoA( wsFilePath), nFilter) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportSvg( int nId, const wchar_t* wsFilePath, int nFilter)