EgtInterface 2.1i2 :
- aggiunta interfaccia per EgtExportSvg.
This commit is contained in:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user