EgtInterface 2.3i1 :
- aggiunta interfaccia per EgtExport3MF.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user