EgtGraphics :
- correzione in SnapPoint di regioni.
This commit is contained in:
+1
-1
@@ -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()) ;
|
||||
|
||||
Reference in New Issue
Block a user