Home
last modified time | relevance | path

Searched refs:aVmin (Results 1 – 23 of 23) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_Isolines.cxx178 Standard_Real aUmin = 0., aUmax = 0., aVmin = 0., aVmax = 0.; in AddOnTriangulation() local
180 aUmin, aUmax, aVmin, aVmax); in AddOnTriangulation()
217 v1 = Max(aVmin, v1); in AddOnTriangulation()
352 aUmin, aUmax, aVmin, aVmax); in AddOnSurface()
645 Standard_Real aVmin = theVmin; in UVIsoParameters() local
652 if (Precision::IsInfinite (aVmin)) in UVIsoParameters()
653 aVmin = -theUVLimit; in UVIsoParameters()
669 aVmin = aVmin + (aVmax - aVmin) / 1000.0; in UVIsoParameters()
670 aVmax = aVmax - (aVmax - aVmin) / 1000.0; in UVIsoParameters()
674 Standard_Real aVstep = (aVmax - aVmin) / (1 + theNbIsoV); in UVIsoParameters()
[all …]
H A DStdPrs_ShadedShape.cxx177 Standard_Real aUmin (0.0), aUmax (0.0), aVmin (0.0), aVmax (0.0), dUmax (0.0), dVmax (0.0); in fillTriangles() local
196 BRepTools::UVBounds (aFace, aUmin, aUmax, aVmin, aVmax); in fillTriangles()
198 dVmax = (aVmax - aVmin); in fillTriangles()
222 … (-theUVOrigin.Y() + (theUVRepeat.Y() * (aNode2d.Y() - aVmin)) / dVmax) / theUVScale.Y()); in fillTriangles()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools.cxx201 Standard_Real aUmin, aUmax, aVmin, aVmax; in AddUVBounds() local
217 aS->Bounds(aUmin, aUmax, aVmin, aVmax); in AddUVBounds()
316 (aYmin < aVmin || aYmax > aVmax)) in AddUVBounds()
327 P1 = aS->Value(aU, aVmin); in AddUVBounds()
343 if (aYmin < aVmin) in AddUVBounds()
346 aV[1] = (aYmin + aVmin) * 0.5; in AddUVBounds()
347 aV[2] = aVmin; in AddUVBounds()
348 aVpp[0] = aV[0] + aVmax - aVmin; in AddUVBounds()
349 aVpp[1] = aV[1] + aVmax - aVmin; in AddUVBounds()
378 if((aYmin<aVmin) && (aVmin < aYmax)) in AddUVBounds()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_ToolBSplineSurface.cxx73 Standard_Real aUmin, aUmax, aVmin = 0., aVmax = 0.; in ReadOwnParams() local
188 if (!PR.ReadReal(PR.Current(), aUmin) || !PR.ReadReal(PR.Current(), aVmin)){ in ReadOwnParams()
228 allWeights, allPoles, aUmin, aUmax, aVmin, aVmax); in ReadOwnParams()
303 Standard_Real aUmin, aUmax, aVmin, aVmax; in OwnCopy() local
341 aVmin = another->VMin(); in OwnCopy()
346 allWeights, allPoles, aUmin, aUmax, aVmin, aVmax); in OwnCopy()
H A DIGESGeom_BSplineSurface.cxx42 const Standard_Real aVmin, const Standard_Real aVmax) in Init() argument
69 theVmin = aVmin; in Init()
H A DIGESGeom_BSplineSurface.hxx68 …const Standard_Real aUmin, const Standard_Real aUmax, const Standard_Real aVmin, const Standard_Re…
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools3D.cxx83 Standard_Real aUmin, aUmax, aVmin, aVmax; in DoSplitSEAMOnFace() local
100 aS->Bounds(aUmin, aUmax, aVmin, aVmax); in DoSplitSEAMOnFace()
109 anVPeriod = aVmax - aVmin; in DoSplitSEAMOnFace()
148 Abs(aVmin - aGlobalVmin) < aTol && in DoSplitSEAMOnFace()
152 anVPeriod = aVmax - aVmin; in DoSplitSEAMOnFace()
191 if (fabs (anV-aVmin) < dV) { in DoSplitSEAMOnFace()
H A DBOPTools_AlgoTools.cxx957 Standard_Real aUmin, aUsup, aVmin, aVsup; in GetFaceOff() local
978 aPL->Bounds(aUmin, aUsup, aVmin, aVsup); in GetFaceOff()
979 aProjPL.Init(aPL, aUmin, aUsup, aVmin, aVsup); in GetFaceOff()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESGeom_BSplineSurface.hxx68 …const Standard_Real aUmin, const Standard_Real aUmax, const Standard_Real aVmin, const Standard_Re…
H A DApproxInt_Approx.gxx67 Standard_Real aUmin = RealLast(), aVmin = RealLast();
83 aVmin = Min(V, aVmin);
87 theVo = -aVmin;
H A DIntCurveSurface_Inter.gxx1846 Standard_Real aVmin = RealLast(), aVmax = -aVmin;
1848 ProjectIntersectAndEstLim (Line, aPln, aBasCurvProj, aVmin, aVmax, aNoInt1);
1849 ProjectIntersectAndEstLim (Line, aPlnPrp, aBasCurvProj, aVmin, aVmax, aNoInt2);
1856 aVmin = aVmin - Abs(aVmin) - 10;
1859 if (V1inf) V1new = aVmin;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESGeom_BSplineSurface.hxx70 …const Standard_Real aUmin, const Standard_Real aUmax, const Standard_Real aVmin, const Standard_Re…
H A DApproxInt_Approx.gxx67 Standard_Real aUmin = RealLast(), aVmin = RealLast();
83 aVmin = Min(V, aVmin);
87 theVo = -aVmin;
H A DIntCurveSurface_Inter.gxx1846 Standard_Real aVmin = RealLast(), aVmax = -aVmin;
1848 ProjectIntersectAndEstLim (Line, aPln, aBasCurvProj, aVmin, aVmax, aNoInt1);
1849 ProjectIntersectAndEstLim (Line, aPlnPrp, aBasCurvProj, aVmin, aVmax, aNoInt2);
1856 aVmin = aVmin - Abs(aVmin) - 10;
1859 if (V1inf) V1new = aVmin;
/dports/cad/opencascade/opencascade-7.6.0/src/ApproxInt/
H A DApproxInt_Approx.gxx67 Standard_Real aUmin = RealLast(), aVmin = RealLast();
83 aVmin = Min(V, aVmin);
87 theVo = -aVmin;
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBndLib/
H A DBRepBndLib.cxx594 Standard_Real aUmin, aUmax, aVmin, aVmax; in FindExactUVBounds() local
595 aS->Bounds(aUmin, aUmax, aVmin, aVmax); in FindExactUVBounds()
613 vmin = Max(aVmin, vmin); in FindExactUVBounds()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Face.cxx395 Standard_Real aVmin = mySurface.FirstVParameter(); in LIntOrder() local
398 Standard_Real dv = (aVmax-aVmin); in LIntOrder()
/dports/cad/opencascade/opencascade-7.6.0/src/DBRep/
H A DDBRep_DrawableShape.cxx1266 Standard_Real aUmin = 0.0, aVmin = 0.0, aUmax = 0.0, aVmax = 0.0; in addSurfaceNormals() local
1267 BRepTools::UVBounds (theFace, aUmin, aUmax, aVmin, aVmax); in addSurfaceNormals()
1271 const Standard_Real aDV = (aVmax - aVmin) / (isUseMidV ? 2 : (theNbAlongV - 1)); in addSurfaceNormals()
1279 const Standard_Real aV = aVmin + (isUseMidV ? 1 : aVIter) * aDV; in addSurfaceNormals()
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurveSurface/
H A DIntCurveSurface_Inter.gxx1846 Standard_Real aVmin = RealLast(), aVmax = -aVmin;
1848 ProjectIntersectAndEstLim (Line, aPln, aBasCurvProj, aVmin, aVmax, aNoInt1);
1849 ProjectIntersectAndEstLim (Line, aPlnPrp, aBasCurvProj, aVmin, aVmax, aNoInt2);
1856 aVmin = aVmin - Abs(aVmin) - 10;
1859 if (V1inf) V1new = aVmin;
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_FaceFace.cxx157 Standard_Real& aVmin,
2782 Standard_Real& aVmin, in CorrectPlaneBoundaries() argument
2793 if (!(Precision::IsInfinite(aVmin) || in CorrectPlaneBoundaries()
2797 dV=0.1*(aVmax-aVmin); in CorrectPlaneBoundaries()
2798 aVmin=aVmin-dV; in CorrectPlaneBoundaries()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomliteTest/
H A DGeomliteTest_SurfaceCommands.cxx1424 Standard_Real aVmin = Max(aV11,aV21); in compBsplSur() local
1429 Standard_Real aStepV = (aVmax - aVmin)/nbP; in compBsplSur()
1438 Standard_Real aV = aVmin + aStepV*(j-1); in compBsplSur()
/dports/cad/opencascade/opencascade-7.6.0/src/IntWalk/
H A DIntWalk_PWalking.cxx132 Standard_Real aUmin = RealLast(), aUmax = RealFirst(), aVmin = RealLast(), aVmax = RealFirst(); in IsParallel() local
151 if(v < aVmin) in IsParallel()
152 aVmin = v; in IsParallel()
159 theIsUparallel = ((aVmax - aVmin) < theToler); in IsParallel()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset.cxx4028 Standard_Real aUmin, aUmax, aVmin, aVmax; in CheckInputData() local
4051 BRepTools::UVBounds(aF, aUmin, aUmax, aVmin, aVmax); in CheckInputData()
4078 Standard_Real aVParam = aVmin + (aVmax - aVmin) * j / aPntPerDim; in CheckInputData()