Home
last modified time | relevance | path

Searched refs:theVmax (Results 1 – 15 of 15) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_BSplineSurface.cxx70 theVmax = aVmax; in Init()
214 return theVmax; in VMax()
H A DIGESGeom_BSplineSurface.hxx184 Standard_Real theVmax; member in IGESGeom_BSplineSurface
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_WiresOnShape.cxx891 Standard_Real theVmax = Max(pf.Y(),pl.Y()); in PutPCurve() local
895 theVmin += vp; theVmax += vp; in PutPCurve()
899 else if (theVmax > Vmax+tolv) { in PutPCurve()
900 while (theVmax > Vmax+tolv) { in PutPCurve()
901 theVmax -= vp; theVmin -= vp; in PutPCurve()
1047 Standard_Real theVmax = Max(pf.Y(),pl.Y()); in PutPCurves() local
1051 theVmin += vp; theVmax += vp; in PutPCurves()
1055 else if (theVmax > Vmax+tolv) { in PutPCurves()
1056 while (theVmax > Vmax+tolv) { in PutPCurves()
1057 theVmax -= vp; theVmin -= vp; in PutPCurves()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESGeom_BSplineSurface.hxx184 Standard_Real theVmax; member in IGESGeom_BSplineSurface
H A DStdPrs_Isolines.hxx187 Standard_Real& theVmax);
H A DIntCurveSurface_Inter.gxx153 Standard_Real& theVmax,
1691 Standard_Real& theVmax,
1748 theVmax = Max (theVmax, aParam );
1754 theVmax = Max (theVmax, aParam );
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESGeom_BSplineSurface.hxx186 Standard_Real theVmax; member in IGESGeom_BSplineSurface
H A DStdPrs_Isolines.hxx186 Standard_Real& theVmax);
H A DIntCurveSurface_Inter.gxx153 Standard_Real& theVmax,
1691 Standard_Real& theVmax,
1748 theVmax = Max (theVmax, aParam );
1754 theVmax = Max (theVmax, aParam );
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_GenExtCS.cxx87 Standard_Real& theUmax, Standard_Real& theVmax) in GetSurfMaxParamVals() argument
89 theUmax = theVmax = MaxParamVal; in GetSurfMaxParamVals()
97 theVmax = GetCurvMaxParamVal (*theS.BasisCurve()); in GetSurfMaxParamVals()
101 GetSurfMaxParamVals (*theS.BasisSurface(), theUmax, theVmax); in GetSurfMaxParamVals()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.cxx568 const Standard_Real theVmax, in FindPoint() argument
599 aprojpoint.SetY(theVmax); in FindPoint()
616 adist = (i < 2) ? fabs(theLastPoint.Y() - theVmin) : fabs(theLastPoint.Y() - theVmax); in FindPoint()
617 bIsOut = (i < 2) ? (theLastPoint.Y() < theVmin) : (theLastPoint.Y() > theVmax); in FindPoint()
636 (acurpoint.Y() <= theVmax)) { in FindPoint()
665 const Standard_Real theVmax, in FindPoint() argument
710 ( aPInt.Y() >= theVmin ) && ( aPInt.Y() <= theVmax ) ) { in FindPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_Isolines.hxx187 Standard_Real& theVmax);
H A DStdPrs_Isolines.cxx631 Standard_Real& theVmax) in UVIsoParameters() argument
641 BRepTools::UVBounds (theFace, theUmin, theUmax, theVmin, theVmax); in UVIsoParameters()
646 Standard_Real aVmax = theVmax; in UVIsoParameters()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineTool.cxx181 const Standard_Real theVmax, in FindPoint() argument
212 aprojpoint.SetY(theVmax); in FindPoint()
226 adist = (i < 2) ? fabs(theLastPoint.Y() - theVmin) : fabs(theLastPoint.Y() - theVmax); in FindPoint()
246 (acurpoint.Y() <= theVmax)) { in FindPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurveSurface/
H A DIntCurveSurface_Inter.gxx153 Standard_Real& theVmax,
1691 Standard_Real& theVmax,
1748 theVmax = Max (theVmax, aParam );
1754 theVmax = Max (theVmax, aParam );