Home
last modified time | relevance | path

Searched refs:theUmin (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_BSplineCurve.cxx71 theUmin = aUmin; in Init()
160 return theUmin; in UMin()
H A DIGESGeom_BSplineSurface.cxx67 theUmin = aUmin; in Init()
199 return theUmin; in UMin()
H A DIGESGeom_BSplineCurve.hxx147 Standard_Real theUmin; member in IGESGeom_BSplineCurve
H A DIGESGeom_BSplineSurface.hxx181 Standard_Real theUmin; member in IGESGeom_BSplineSurface
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_ExtPRevS.cxx231 const Standard_Real theUmin, in Extrema_ExtPRevS() argument
239 theUmin, in Extrema_ExtPRevS()
274 const Standard_Real theUmin, in Initialize() argument
311 theUmin, in Initialize()
H A DExtrema_ExtPExtS.cxx168 const Standard_Real theUmin, in Extrema_ExtPExtS() argument
174 : myuinf(theUmin), in Extrema_ExtPExtS()
190 theUmin, in Extrema_ExtPExtS()
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_WiresOnShape.cxx865 Standard_Real theUmin = Min(pf.X(),pl.X()); in PutPCurve() local
868 if (theUmin < Umin-tolu) { in PutPCurve()
869 while (theUmin < Umin-tolu) { in PutPCurve()
870 theUmin += up; in PutPCurve()
1008 Standard_Real theUmin = Min(pf.X(),pl.X()); in PutPCurves() local
1011 if (theUmin < Umin-tolu) { in PutPCurves()
1012 while (theUmin < Umin-tolu) { in PutPCurves()
1013 theUmin += up; theUmax += up; in PutPCurves()
1019 theUmax -= up; theUmin -= up; in PutPCurves()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESGeom_BSplineCurve.hxx147 Standard_Real theUmin; member in IGESGeom_BSplineCurve
H A DIGESGeom_BSplineSurface.hxx181 Standard_Real theUmin; member in IGESGeom_BSplineSurface
H A DStdPrs_Isolines.hxx184 Standard_Real& theUmin,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESGeom_BSplineCurve.hxx150 Standard_Real theUmin; member in IGESGeom_BSplineCurve
H A DIGESGeom_BSplineSurface.hxx183 Standard_Real theUmin; member in IGESGeom_BSplineSurface
H A DStdPrs_Isolines.hxx183 Standard_Real& theUmin,
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.cxx565 const Standard_Real theUmin, in FindPoint() argument
586 aprojpoint.SetX(theUmin); in FindPoint()
612 adist = (i < 2) ? fabs(theLastPoint.X() - theUmin) : fabs(theLastPoint.X() - theUmax); in FindPoint()
613 bIsOut = (i < 2) ? (theLastPoint.X() < theUmin) : (theLastPoint.X() > theUmax); in FindPoint()
642 if((acurpoint.X() >= theUmin) && in FindPoint()
662 const Standard_Real theUmin, in FindPoint() argument
709 if ( ( aPInt.X() >= theUmin ) && ( aPInt.X() <= theUmax ) && in FindPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_Isolines.hxx184 Standard_Real& theUmin,
H A DStdPrs_Isolines.cxx628 Standard_Real& theUmin, in UVIsoParameters() argument
641 BRepTools::UVBounds (theFace, theUmin, theUmax, theVmin, theVmax); in UVIsoParameters()
643 Standard_Real aUmin = theUmin; in UVIsoParameters()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineTool.cxx178 const Standard_Real theUmin, in FindPoint() argument
199 aprojpoint.SetX(theUmin); in FindPoint()
223 adist = (i < 2) ? fabs(theLastPoint.X() - theUmin) : fabs(theLastPoint.X() - theUmax); in FindPoint()
252 if((acurpoint.X() >= theUmin) && in FindPoint()