EgtInterface 2.7b3 :
- aggiunta interfaccia per funzione EgtImportPly.
This commit is contained in:
@@ -90,6 +90,13 @@ __stdcall EgtImportOff( const wchar_t* wsFilePath, double dScaleFactor)
|
||||
return ( ExeImportOff( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportPly( const wchar_t* wsFilePath, double dScaleFactor)
|
||||
{
|
||||
return ( ExeImportPly( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImport3MF( const wchar_t* wsFilePath, int nFlag)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user