EgtGeomKernel :

- piccola correzione.
This commit is contained in:
Daniele Bariletti
2024-06-06 09:20:56 +02:00
parent 84bcc715a8
commit a0316e280c
+1 -1
View File
@@ -2351,7 +2351,7 @@ SurfBezier::UnprojectPointFromStm( int nT, const Point3d& ptI, Point3d& ptSP, in
return false ;
if ( bThroughEdge != nullptr)
*bThroughEdge = true ;
Point3d ptI2 = ptI + ( ptIPrevOrNext - ptI) * EPS_SMALL ;
Point3d ptI2 = ptI + ( ptIPrevOrNext - ptI) * 3 * EPS_SMALL ;
// ricalcolo il triangolo di appartenenza
DistPointSurfTm dPtStm( ptI2, *pSurfTm) ;
dPtStm.GetMinDistTriaIndex( nTriaIndex) ;