Home
last modified time | relevance | path

Searched refs:aSqTol (Results 1 – 14 of 14) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx47 const Standard_Real aSqTol = theTol * theTol; in findNearestValidPoint() local
48 if (aP.SquareDistance(theVertPnt) > aSqTol) in findNearestValidPoint()
91 isOut = (aP.SquareDistance(theVertPnt) > aSqTol); in findNearestValidPoint()
106 isOut = (aP.SquareDistance(theVertPnt) > aSqTol); in findNearestValidPoint()
117 isOut = (aP.SquareDistance(theVertPnt) > aSqTol); in findNearestValidPoint()
130 isOut = (aP.SquareDistance(theVertPnt) > aSqTol); in findNearestValidPoint()
140 isOut = (aP.SquareDistance(theVertPnt) > aSqTol); in findNearestValidPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dConvert/
H A DGeom2dConvert_CompCurveToBSplineCurve.cxx87 const Standard_Real aSqTol = Tolerance * Tolerance; in Add() local
93 …Standard_Boolean isBeforeReversed = (myCurve->Pole(1).SquareDistance(Bs->Pole(1)) < aSqTol) && (d1… in Add()
94 …Standard_Boolean isBefore = (myCurve->Pole(1).SquareDistance(Bs->Pole(LBs)) < aSqTol) || isBeforeR… in Add()
99 …Standard_Boolean isAfterReversed = (myCurve->Pole(LCb).SquareDistance(Bs->Pole(LBs)) < aSqTol) && … in Add()
100 …Standard_Boolean isAfter = (myCurve->Pole(LCb).SquareDistance(Bs->Pole(1)) < aSqTol) || isAfterRev… in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/IntAna/
H A DIntAna_Curve.cxx529 Standard_Real aSqTol; in FindParameter() local
532 aSqTol = InternalPrecision; in FindParameter()
534 aSqTol = aSqTolPrecision; in FindParameter()
536 if (aP.SquareDistance(theP) < aSqTol) in FindParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_ModelHealer.cxx94 const Standard_Real aSqTol = theTol * theTol; in isInToleranceWithSomeOf() local
95 return (theRefPoint.SquareDistance(thePoint1) < aSqTol || in isInToleranceWithSomeOf()
96 theRefPoint.SquareDistance(thePoint2) < aSqTol); in isInToleranceWithSomeOf()
H A DBRepMesh_Delaun.cxx554 const Standard_Real aSqTol = aTolU * aTolU + aTolV * aTolV; in createTrianglesOnNewVertices() local
584 if ( Contains( aCircleIt.Value(), aVertex, aSqTol, onEgdeId ) ) in createTrianglesOnNewVertices()
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_ALineToWLine.cxx662 const Standard_Real aSqTol = aTol*aTol; in MakeWLine() local
674 if(aP1.SquareDistance(aP2) < aSqTol) in MakeWLine()
H A DIntPatch_ImpImpIntersection_0.gxx948 const Standard_Real aSqTol = Tol*Tol;
989 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1006 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1023 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1069 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1100 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1154 if (aSqDist < aSqTol)
H A DIntPatch_ImpPrmIntersection.cxx129 const Standard_Real aSqTol = theTol3D*theTol3D; in IsSeamOrPole() local
131 if (aP.SquareDistance(aP3d) < aSqTol) in IsSeamOrPole()
137 if (aP.SquareDistance(aP3d) < aSqTol) in IsSeamOrPole()
H A DIntPatch_ImpImpIntersection_4.gxx4379 const Standard_Real aSqTol = theTol*theTol;
4411 if (aSqD < aSqTol)
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntPatch_ImpImpIntersection_0.gxx948 const Standard_Real aSqTol = Tol*Tol;
989 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1006 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1023 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1069 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1100 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1154 if (aSqDist < aSqTol)
H A DIntPatch_ImpImpIntersection_4.gxx4379 const Standard_Real aSqTol = theTol*theTol;
4411 if (aSqD < aSqTol)
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntPatch_ImpImpIntersection_0.gxx948 const Standard_Real aSqTol = Tol*Tol;
989 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1006 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1023 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1069 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1100 if ((aSqDist < aSqTol) && (aSqDist < aSqDistMin))
1154 if (aSqDist < aSqTol)
H A DIntPatch_ImpImpIntersection_4.gxx4306 const Standard_Real aSqTol = theTol*theTol;
4338 if (aSqD < aSqTol)
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_IntSS_1.cxx234 const Standard_Real aSqTol = Precision::Confusion()*Precision::Confusion(); in isDegenerated() local
244 if(aP1.SquareDistance(aP2) > aSqTol) in isDegenerated()
250 if(aP1.SquareDistance(aP2) > aSqTol) in isDegenerated()