EgtGraphics :

- correzione in SnapPoint di regioni.
This commit is contained in:
Dario Sassi
2018-06-25 07:17:49 +00:00
parent f6cb250e62
commit 3ff06dabd6
+1 -1
View File
@@ -858,7 +858,7 @@ Scene::FindSurfFRSnapPoint( int nSnap, const Point3d& ptWin, int nId, const Fram
}
}
// se richiesto punto vicino o assimilabile
else if ( nSnap == SP_NEAR || nSnap == SP_TANG || nSnap == SP_PERP || SP_MINDIST) {
else if ( nSnap == SP_NEAR || nSnap == SP_TANG || nSnap == SP_PERP || nSnap == SP_MINDIST) {
// recupero il piano della regione
Plane3d plReg ;
plReg.Set( pSfr->GetPlanePoint(), pSfr->GetNormVersor()) ;