EgtGeomKernel :

- correzione alle bezier ruled per il match degli edge.
This commit is contained in:
Daniele Bariletti
2026-01-27 10:21:51 +01:00
parent 736353bbac
commit 06cfe1bb96
+4 -2
View File
@@ -5074,8 +5074,10 @@ SurfBezier::CreateByTwoCurves( const ICurve* pCurve0, const ICurve* pCurve1, int
// se ho uno spigolo su entrambe le curve forzo l'accoppiamento
bAdvance0 = true ;
bPerfectMatch = true ;
dParam0 = round( dParam0) ;
dParam1 = round( dParam1) ;
dParam0 = j + 1 ;
dParam1 = c + 1 ;
ptJoint0 = vPnt1[j+1] ;
ptJoint1 = vPnt0[c+1] ;
}
else if ( (vEdgeSplit0[c+1] && ! bAdvance1) || (vEdgeSplit1[j+1] && ! bAdvance0)) {
bAdvance0 = false ;