EgtInterface 2.7b3 :

- aggiunta interfaccia per funzione EgtImportPly.
This commit is contained in:
Dario Sassi
2025-03-02 19:44:54 +01:00
parent f1f0f7198f
commit d65f563ea9
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)
BIN
View File
Binary file not shown.