EgtGeomKernel :
- correzione alle bezier ruled per il match degli edge.
This commit is contained in:
+4
-2
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user