Home
last modified time | relevance | path

Searched refs:myTol (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/cad/opencascade/opencascade-7.6.0/src/CPnts/
H A DCPnts_MyRootFunction.cxx33 myTol = -1; //to suppress the tolerance in Init()
42 myTol = Tol; in Init()
50 if (myTol <= 0) Length = math_GaussSingleIntegration(myFunction, myX0, X, myOrder); in Value()
51 else Length = math_GaussSingleIntegration(myFunction, myX0, X, myOrder, myTol); in Value()
74 if (myTol <= 0) Length = math_GaussSingleIntegration(myFunction, myX0, X, myOrder); in Values()
75 else Length = math_GaussSingleIntegration(myFunction, myX0, X, myOrder, myTol); in Values()
/dports/cad/opencascade/opencascade-7.6.0/src/Draft/
H A DDraft_EdgeInfo.cxx31 myNewGeom(Standard_False),myTgt(Standard_False),myTol(0) in Draft_EdgeInfo()
41 myNewGeom(HasNewGeometry),myTgt(Standard_False),myTol(0) in Draft_EdgeInfo()
58 myTol=Max(myTol, BRep_Tool::Tolerance(F)); in Add()
218 myTol=tol; in Tolerance()
222 return myTol; in Tolerance()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_FaceEdgeIntersector.cxx90 myTol = BRep_Tool::Tolerance(TopoDS::Edge(SE)); in Perform()
92 if (TopOpeBRep_GettraceFITOL()) std::cout<<"Perform : myTol = "<<myTol<<std::endl; in Perform()
116 FEINT.Init(myFace,myCurve,myTol); in Perform()
122 for (FEINT.Init(myFace,myCurve,myTol); FEINT.More(); FEINT.Next()) { in Perform()
166 myTol = Tol; in ForceTolerance()
171 std::cout<<"ForceTolerance : myTol = "<<myTol<<std::endl; in ForceTolerance()
182 return myTol; in Tolerance()
372 if (I == 1) isv = IsVertex(myFace,P,myTol,VR); in IsVertex()
373 else if (I == 2) isv = IsVertex(myEdge,P,myTol,VR); in IsVertex()
400 myTol = Max(ToleranceMax(S1,TopAbs_EDGE),ToleranceMax(S2,TopAbs_EDGE)); in ShapeTolerances()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert_CompCurveToBSplineCurve.cxx36 : myTol (Precision::Confusion()), in GeomConvert_CompCurveToBSplineCurve()
49 myTol(Precision::Confusion()), in GeomConvert_CompCurveToBSplineCurve()
91 myTol = Tolerance; in Add()
95 avant = (( myCurve->Pole(1).Distance(Bs->Pole(1)) < myTol)|| in Add()
96 ( myCurve->Pole(1).Distance(Bs->Pole(LBs))< myTol)); in Add()
97 apres = (( myCurve->Pole(LCb).Distance(Bs->Pole(1)) < myTol) || in Add()
98 ( myCurve->Pole(LCb).Distance(Bs->Pole(LBs))< myTol)); in Add()
108 if (myCurve->Pole(LCb).Distance(Bs->Pole(LBs)) < myTol) {Bs->Reverse();} in Add()
114 if (myCurve->Pole(1).Distance(Bs->Pole(1)) < myTol) {Bs->Reverse();} in Add()
226 Ok = myCurve->RemoveKnot(NbK1, M, myTol); in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_HVertex.cxx26 : myTol(0.0) in IMPLEMENT_STANDARD_RTTIEXT()
34 myPnt(P),myTol(Resolution),myOri(Or) in Adaptor3d_HVertex()
50 return myTol; in Resolution()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_SimpleOffset.cxx70 Tol = aNFD.myTol; in NewSurface()
93 Tol = aNED.myTol; in NewCurve()
112 Tol = aNVD.myTol; in NewPoint()
134 Tol = myEdgeInfo.Find(E).myTol; in NewCurve2d()
153 Tol = myVertexInfo.Find(V).myTol; in NewParameter()
220 aNFD.myTol = BRep_Tool::Tolerance(theFace); in FillFaceData()
308 aNED.myTol = Max(BRep_Tool::Tolerance(aNewEdge), anEdgeTol); in FillEdgeData()
385 aMaxEdgeTol = Max(aMaxEdgeTol, aNED.myTol); in FillVertexData()
415 aNVD.myTol = aResTol * aMultCoeff; in FillVertexData()
H A DBRepOffset_SimpleOffset.hxx149 Standard_Real myTol; member
158 Standard_Real myTol; member
164 Standard_Real myTol; member
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dmath_GlobOptMin.hxx144 myTol = theTol * theTol; in NCollection_CellFilter_Inspector()
190 if(aSqDist < myTol) in Inspect()
199 Standard_Real myTol; member in math_GlobOptMin::NCollection_CellFilter_Inspector
249 Standard_Real myTol; // Discretization tolerance, default 1.0e-2. member in math_GlobOptMin
H A DShapeAnalysis_BoxBndTree.hxx40 : mySeq(theSeq), myShared(theShared), myNb(0), myTol(1e-7), myMin3d(1e-7),myArrIndices(1,2), in ShapeAnalysis_BoxBndTreeSelector()
79 myTol = theTol; in SetTolerance()
104 Standard_Real myTol; member in ShapeAnalysis_BoxBndTreeSelector
H A DBRepOffset_SimpleOffset.hxx149 Standard_Real myTol; member
158 Standard_Real myTol; member
164 Standard_Real myTol; member
H A DExtrema_FuncExtPC.gxx86 myTol=MinTol;
110 myTol = SearchOfTolerance();
114 myTol=MinTol;
138 myTol = SearchOfTolerance();
142 myTol=MinTol;
180 if (Ndu <= myTol) // Cas Singulier (PMN 22/04/1998)
200 IsDeriveFound = (Ndu > myTol);
256 }//(if (Ndu <= myTol)) condition
306 if (Ndu <= myTol) // Cas Singulier (PMN 22/04/1998)
H A DBRepBuilderAPI_VertexInspector.hxx40 BRepBuilderAPI_VertexInspector (const Standard_Real theTol):myTol(theTol*theTol) in BRepBuilderAPI_VertexInspector()
71 Standard_Real myTol; member in BRepBuilderAPI_VertexInspector
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_GlobOptMin.hxx144 myTol = theTol * theTol; in NCollection_CellFilter_Inspector()
190 if(aSqDist < myTol) in Inspect()
199 Standard_Real myTol; member in math_GlobOptMin::NCollection_CellFilter_Inspector
249 Standard_Real myTol; // Discretization tolerance, default 1.0e-2. member in math_GlobOptMin
H A Dmath_GlobOptMin.cxx99 myTol = theDiscretizationTol; in math_GlobOptMin()
144 myTol = theDiscretizationTol; in SetGlobalParams()
184 myTol = theDiscretizationTol; in SetTol()
195 theDiscretizationTol = myTol; in GetTol()
237 myE1 = minLength * myTol; in Perform()
238 myE2 = maxLength * myTol; in Perform()
249 myE3 = - maxLength * myTol / 4.0; in Perform()
251 myE3 = - maxLength * myTol * myC / 4.0; in Perform()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dmath_GlobOptMin.hxx144 myTol = theTol * theTol; in NCollection_CellFilter_Inspector()
190 if(aSqDist < myTol) in Inspect()
199 Standard_Real myTol; member in math_GlobOptMin::NCollection_CellFilter_Inspector
249 Standard_Real myTol; // Discretization tolerance, default 1.0e-2. member in math_GlobOptMin
H A DShapeAnalysis_BoxBndTree.hxx40 : mySeq(theSeq), myShared(theShared), myNb(0), myTol(1e-7), myMin3d(1e-7),myArrIndices(1,2), in ShapeAnalysis_BoxBndTreeSelector()
79 myTol = theTol; in SetTolerance()
104 Standard_Real myTol; member in ShapeAnalysis_BoxBndTreeSelector
H A DBRepOffset_SimpleOffset.hxx149 Standard_Real myTol; member
158 Standard_Real myTol; member
164 Standard_Real myTol; member
H A DExtrema_FuncExtPC.gxx86 myTol=MinTol;
110 myTol = SearchOfTolerance();
114 myTol=MinTol;
138 myTol = SearchOfTolerance();
142 myTol=MinTol;
180 if (Ndu <= myTol) // Cas Singulier (PMN 22/04/1998)
200 IsDeriveFound = (Ndu > myTol);
256 }//(if (Ndu <= myTol)) condition
306 if (Ndu <= myTol) // Cas Singulier (PMN 22/04/1998)
H A DBRepBuilderAPI_VertexInspector.hxx40 BRepBuilderAPI_VertexInspector (const Standard_Real theTol):myTol(theTol*theTol) in BRepBuilderAPI_VertexInspector()
71 Standard_Real myTol; member in BRepBuilderAPI_VertexInspector
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/gem/
H A Dgem.c1488 double radk, radl, radm, myTol; in Gem_formFix() local
1563 myTol = 1.0e-2; in Gem_formFix()
1565 if ( ( VABS(VV_coord(v[k],2) - 0.0) < myTol) in Gem_formFix()
1566 && ( VABS(VV_coord(v[l],2) - 0.0) < myTol) in Gem_formFix()
1567 && ( VABS(VV_coord(v[m],2) - 0.0) < myTol) ) { in Gem_formFix()
1580 if ( ( VABS(radk - 1.5) < myTol) in Gem_formFix()
1581 && ( VABS(radl - 1.5) < myTol) in Gem_formFix()
1582 && ( VABS(radm - 1.5) < myTol) ) { in Gem_formFix()
1584 } else if ( ( VABS(radk - 2.0) < myTol) in Gem_formFix()
1585 && ( VABS(radl - 2.0) < myTol) in Gem_formFix()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_BoxBndTree.hxx40 : mySeq(theSeq), myShared(theShared), myNb(0), myTol(1e-7), myMin3d(1e-7),myArrIndices(1,2), in ShapeAnalysis_BoxBndTreeSelector()
79 myTol = theTol; in SetTolerance()
104 Standard_Real myTol; member in ShapeAnalysis_BoxBndTreeSelector
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_EdgeEdge.cxx167 myTol = myTol1 + myTol2; in Prepare()
239 if (d > 1.1 * myTol) in Perform()
289 if(aD < myTol) { in IsCoincident()
398 (aB1.IsXThin(myTol) && aB1.IsYThin(myTol) && aB1.IsZThin(myTol)); in FindSolutions()
415 (aB2.IsXThin(myTol) && aB2.IsYThin(myTol) && aB2.IsZThin(myTol)); in FindSolutions()
472 bSol = aProjPC.LowerDistance() <= myTol; in FindSolutions()
481 bSol = aP1.IsEqual(aP2, myTol); in FindSolutions()
803 aD = myTol; in FindBestSolution()
844 Standard_Real aTol = myTol * myTol; in ComputeLineLine()
930 if (Abs (aDistLL) > myTol) in ComputeLineLine()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_CurveOnSurface.cxx326 myTol(Tol), in Approx_CurveOnSurface()
349 myTol(theTol), in Approx_CurveOnSurface()
413 TolU = mySurf->UResolution(myTol)/2; in Perform()
414 TolV = mySurf->VResolution(myTol)/2; in Perform()
423 ThreeDTol->Init(myTol/2); in Perform()
623 if (aV2Param < V1 - myTol || aV1Param > V2 + myTol) in buildC3dOnIsoLine()
653 if (aU2Param < U1 - myTol || aU1Param > U2 + myTol) in buildC3dOnIsoLine()
716 if (myError3d > myTol) in buildC3dOnIsoLine()
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_FuncExtPC.gxx86 myTol=MinTol;
110 myTol = SearchOfTolerance();
114 myTol=MinTol;
138 myTol = SearchOfTolerance();
142 myTol=MinTol;
180 if (Ndu <= myTol) // Cas Singulier (PMN 22/04/1998)
200 IsDeriveFound = (Ndu > myTol);
256 }//(if (Ndu <= myTol)) condition
306 if (Ndu <= myTol) // Cas Singulier (PMN 22/04/1998)
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBuilderAPI/
H A DBRepBuilderAPI_VertexInspector.hxx40 BRepBuilderAPI_VertexInspector (const Standard_Real theTol):myTol(theTol*theTol) in BRepBuilderAPI_VertexInspector()
71 Standard_Real myTol; member in BRepBuilderAPI_VertexInspector

1234567