@@ -2713,8 +2713,8 @@ BoundedUtils::intersectWithCone(shared_ptr<ParamSurface>& surf,
2713
2713
//===========================================================================
2714
2714
vector < shared_ptr < CurveOnSurface > >
2715
2715
BoundedUtils ::intersectWithTorus (shared_ptr < ParamSurface > & surf ,
2716
- Point pnt , Point normal , double rad1 ,
2717
- double rad2 , double geom_tol )
2716
+ Point pnt , Point normal , double radius1 ,
2717
+ double radius2 , double geom_tol )
2718
2718
//===========================================================================
2719
2719
{
2720
2720
vector < shared_ptr < CurveOnSurface > > curves ;
@@ -2741,7 +2741,7 @@ BoundedUtils::intersectWithTorus(shared_ptr<ParamSurface>& surf,
2741
2741
SISLIntcurve * * intcurves = 0 ;
2742
2742
int stat ;
2743
2743
// Find the topology of the intersection
2744
- s1369 (sislsf , pnt .begin (), normal .begin (), rad1 , rad2 , dim , epsco ,
2744
+ s1369 (sislsf , pnt .begin (), normal .begin (), radius1 , radius2 , dim , epsco ,
2745
2745
geom_tol , & numintpt , & pointpar , & numintcr , & intcurves , & stat );
2746
2746
// @@sbr Not sure this is the right solution. Maybe stat!=0 because of warning.
2747
2747
ALWAYS_ERROR_IF (stat != 0 ,
@@ -2754,7 +2754,7 @@ BoundedUtils::intersectWithTorus(shared_ptr<ParamSurface>& surf,
2754
2754
// epsge = tol_.neighbour;
2755
2755
for (int i = 0 ; i < numintcr ; ++ i ) {
2756
2756
// March out the intersection curves
2757
- s1318 (sislsf ,pnt .begin (), normal .begin (), rad1 , rad2 , dim , epsco ,
2757
+ s1318 (sislsf ,pnt .begin (), normal .begin (), radius1 , radius2 , dim , epsco ,
2758
2758
geom_tol , maxstep , intcurves [i ], makecurv , graphic , & stat );
2759
2759
SISLCurve * sc = intcurves [i ]-> pgeom ;
2760
2760
if (sc == 0 ) {
0 commit comments