EgtInterface 3.1c1 :

- aggiunta interfaccia per EgtChangePreviewMachiningToolShow.
This commit is contained in:
Dario Sassi
2026-03-03 18:35:54 +01:00
parent 59f2cd1c4d
commit 9516b56b5a
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -1747,6 +1747,13 @@ __stdcall EgtUpdateMachining( void)
return ( ExeUpdateMachining() ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtChangePreviewMachiningToolShow( int nLookFlag)
{
return ( ExeChangePreviewMachiningToolShow( nLookFlag) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtPreparePreviewMachiningTool( void)
BIN
View File
Binary file not shown.