EgtInterface 2.5j2 :
- aggiunta funzione EgtExport3dm.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user