EgtGraphics 1.6v7 :

- migliorie varie per overload e const
- aggiunta GetPlaneSnapPoint.
This commit is contained in:
Dario Sassi
2016-10-29 15:48:19 +00:00
parent 415f15f71c
commit cde25533e7
9 changed files with 147 additions and 127 deletions
+3 -3
View File
@@ -129,7 +129,7 @@ Scene::SetObjFilterForSelect( bool bZerodim, bool bCurve, bool bSurf, bool bVolu
//----------------------------------------------------------------------------
bool
Scene::GetSelectedObjs( INTVECTOR& nIds)
Scene::GetSelectedObjs( INTVECTOR& nIds) const
{
// inizializzo vettore Id
nIds.clear() ;
@@ -162,7 +162,7 @@ Scene::GetNextSelectedObj( void)
//----------------------------------------------------------------------------
double
Scene::GetSelectedObjWinZ( int nSel)
Scene::GetSelectedObjWinZ( int nSel) const
{
if ( nSel < 0)
nSel = m_nSelCurr ;
@@ -173,7 +173,7 @@ Scene::GetSelectedObjWinZ( int nSel)
//----------------------------------------------------------------------------
double
Scene::GetSelectedObjMinWinZ( int nSel)
Scene::GetSelectedObjMinWinZ( int nSel) const
{
if ( nSel < 0)
nSel = m_nSelCurr ;