TestEgr 1.5j1 :

- aggiornamento per selezione con mouse
- aggiornamento per distanza con punti notevoli.
This commit is contained in:
Dario Sassi
2014-10-10 06:43:42 +00:00
parent 61dea6c98e
commit 578cbb2b55
15 changed files with 470 additions and 13 deletions
+7
View File
@@ -53,3 +53,10 @@ UpdateButtons( void)
((CTestEGrDlg*)AfxGetMainWnd())->UpdateShowCurveDir() ;
((CTestEGrDlg*)AfxGetMainWnd())->UpdateViewButtons() ;
}
//----------------------------------------------------------------------------
bool
SelectIdInGeomDbTree( int nId)
{
return ((CTestEGrDlg*)AfxGetMainWnd())->SelectIdInTree( nId) ;
}