Home
last modified time | relevance | path

Searched refs:tol3d (Results 1 – 25 of 110) sorted by relevance

12345

/dports/cad/opencascade/opencascade-7.6.0/src/ChFiDS/
H A DChFiDS_FilSpine.cxx386 const Standard_Real tol3d) in mklaw() argument
397 if( curdeb - tol3d <= wcur && wcur <= curfin + tol3d) { in mklaw()
398 if(wcur - curdeb < tol3d) { in mklaw()
405 else if(curfin - wcur < tol3d) { in mklaw()
575 curfin = ElCLib::InPeriod(curfin,spinedeb + tol3d, spinefin + tol3d); in Handle()
658 curfin = ElCLib::InPeriod(curfin,spinedeb + tol3d, spinefin + tol3d); in Handle()
663 biddeb = ElCLib::InPeriod(biddeb,spinedeb + tol3d, spinefin + tol3d); in Handle()
669 if((curfin - curdeb) > tol3d){ in Handle()
680 curfin = ElCLib::InPeriod(curfin,spinedeb + tol3d, spinefin + tol3d); in Handle()
689 biddeb = ElCLib::InPeriod(biddeb,spinedeb + tol3d, spinefin + tol3d); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_GeomTool.cxx118 (Standard_Real& tol3d, Standard_Real& tol2d) const in GetTolerances() argument
120 tol3d = myTol3d; in GetTolerances()
131 (const Standard_Real tol3d, const Standard_Real tol2d) in SetTolerances() argument
133 myTol3d = tol3d; in SetTolerances()
H A DTopOpeBRepTool_GeomTool.hxx62 Standard_EXPORT void GetTolerances (Standard_Real& tol3d, Standard_Real& tol2d) const;
64 Standard_EXPORT void SetTolerances (const Standard_Real tol3d, const Standard_Real tol2d);
H A DTopOpeBRepTool_TOPOLOGY.cxx279 TopAbs_State sta = FUN_tool_staPinE(P,E,tol3d); in FUN_tool_staPinE()
402 Standard_Real tol3d = BRep_Tool::Tolerance(F); in FUN_tool_nggeomF() local
403 tol3d *= 1.e2; in FUN_tool_nggeomF()
404 Standard_Boolean ok = FUN_tool_nggeomF(paronE,E,F,nggeomF,tol3d); in FUN_tool_nggeomF()
716 Standard_Boolean ok = FUN_tool_parE(E0,par0,E,par,tol3d); in FUN_tool_parE()
731 ok = (dist < tol3d); in FUN_tool_parF()
737 Standard_Real tol3d = BRep_Tool::Tolerance(F)*1.e2; //KK xpu in FUN_tool_parF() local
738 Standard_Boolean ok = FUN_tool_parF(E,par,F,UV,tol3d); in FUN_tool_parF()
749 Standard_Boolean ok = FUN_tool_parF(E,par,F,UV,tol3d); in FUN_tool_paronEF()
760 Standard_Real tol3d = BRep_Tool::Tolerance(F)*1.e2; // KKxpu in FUN_tool_paronEF() local
[all …]
H A DTopOpeBRepTool_CurveTool.cxx320 Standard_Real tol3d,tol2d; in MakeCurves() local
321 myGeomTool.GetTolerances(tol3d,tol2d); in MakeCurves()
360 Standard_Real tol = Max(1.e-10, 100.*tol3d*tol3d); //tol *= tol; - square distance in MakeCurves()
361 Standard_Real tl2d = tol*(tol2d*tol2d)/(tol3d*tol3d); in MakeCurves()
582 Standard_Real tt = Min(10.*tol3d,Precision::Approximation()); in MakeCurves()
583 tol2d = tt * tol2d / tol3d; in MakeCurves()
584 tol3d = tt; in MakeCurves()
601 Approx.SetParameters(tol3d,tol2d,degmin,degmax,nitmax,NbPntMax,withtangency, in MakeCurves()
H A DTopOpeBRepTool_ShapeClassifier.cxx599 Standard_Real tol3d = Precision::Confusion(); in StateP3DReference() local
600 mySolidClassifier.Classify(SO,P3D,tol3d); in StateP3DReference()
610 Standard_Real tol3d = Precision::Confusion(); in StateP3DReference() local
611 mySolidClassifier.Classify(SO,P3D,tol3d); in StateP3DReference()
H A DTopOpeBRepTool_mkTondgE.cxx143 Standard_Real tol3d = bs.Tolerance(); in GetAllRest() local
144 Standard_Real tolu = bs.UResolution(tol3d); in GetAllRest()
145 Standard_Real tolv = bs.VResolution(tol3d); in GetAllRest()
H A DTopOpeBRepTool_TOOL.cxx1228 Standard_Real tol3d = bs.Tolerance(); in FUN_ngF() local
1229 Standard_Real tolu = bs.UResolution(tol3d); in FUN_ngF()
1230 Standard_Real tolv = bs.VResolution(tol3d); in FUN_ngF()
1392 Standard_Real tol3d = BRep_Tool::Tolerance(f); in Getstp3dF() local
1396 if (d < tol3d) {st = TopAbs_ON; return Standard_True;} in Getstp3dF()
1501 Standard_Real TopOpeBRepTool_TOOL::TolUV(const TopoDS_Face& F, const Standard_Real tol3d) in TolUV() argument
1504 Standard_Real tol2d = bs.UResolution(tol3d); in TolUV()
1505 tol2d = Max(tol2d,bs.VResolution(tol3d)); in TolUV()
1586 Standard_Real tol3d = Max(tole,tolf)*1.e2;//NYITOLXPU in EdgeONFace() local
1617 isonfa = ( Abs(radci-radcy)<tol3d ); in EdgeONFace()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_SplitTool.cxx88 if(P1.Distance(P2)>tol3d) { in SplitEdge()
96 transferParameters->SetMaxTolerance(tol3d); in SplitEdge()
155 if(SplitEdge(edge,param,vert,face,newE1,newE2,tol3d,tol2d)) { in SplitEdge()
373 if(!SplitEdge(edge,par2,V1,face,newE1,newE2,tol3d,tol2d)) in SplitEdge()
387 if(!SplitEdge(edge,par2,V2,face,newE1,newE2,tol3d,tol2d)) in SplitEdge()
408 if(!SplitEdge(edge,par1,V2,face,newE1,newE2,tol3d,tol2d)) in SplitEdge()
422 if(!SplitEdge(edge,par1,V1,face,newE1,newE2,tol3d,tol2d)) in SplitEdge()
443 if(!SplitEdge(edge,par1,V2,face,newE1,newE2,tol3d,tol2d)) in SplitEdge()
445 if(!SplitEdge(newE2,par2,V1,face,newE3,newE4,tol3d,tol2d)) in SplitEdge()
449 if(!SplitEdge(edge,par1,V1,face,newE1,newE2,tol3d,tol2d)) in SplitEdge()
[all …]
H A DShapeFix_SplitTool.hxx48 …S_Face& face, TopoDS_Edge& newE1, TopoDS_Edge& newE2, const Standard_Real tol3d, const Standard_Re…
53 …S_Face& face, TopoDS_Edge& newE1, TopoDS_Edge& newE2, const Standard_Real tol3d, const Standard_Re…
62 …ger& aNum, const Handle(ShapeBuild_ReShape)& context, const Standard_Real tol3d, const Standard_Re…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeFix_SplitTool.hxx48 …S_Face& face, TopoDS_Edge& newE1, TopoDS_Edge& newE2, const Standard_Real tol3d, const Standard_Re…
53 …S_Face& face, TopoDS_Edge& newE1, TopoDS_Edge& newE2, const Standard_Real tol3d, const Standard_Re…
62 …ger& aNum, const Handle(ShapeBuild_ReShape)& context, const Standard_Real tol3d, const Standard_Re…
H A DChFi3d_Builder_0.hxx274 const Standard_Real tol3d,
280 const Standard_Real tol3d,
288 const Standard_Real tol3d,
298 const Standard_Real tol3d,
309 const Standard_Real tol3d,
355 const Standard_Real tol3d,
371 const Standard_Real tol3d,
416 const Standard_Real tol3d,
443 const Standard_Real tol3d,
H A DTopOpeBRepTool_GeomTool.hxx62 Standard_EXPORT void GetTolerances (Standard_Real& tol3d, Standard_Real& tol2d) const;
64 Standard_EXPORT void SetTolerances (const Standard_Real tol3d, const Standard_Real tol2d);
H A DAppBlend_AppSurf.gxx56 tol3d(0.0),
87 tol3d(Tol3d),
118 tol3d = Tol3d;
394 AppDef_Compute theapprox (dmin,dmax,tol3d,tol2d,nbit, Standard_True, paramtype);
406 AppDef_Compute theAppDef(theParams,dmin,dmax,tol3d,tol2d,nbit,
431 AppDef_BSplineCompute theapprox (dmin,dmax,tol3d,tol2d,nbit,Standard_True, paramtype,
459 theapprox.Init(dmin,dmax,tol3d,tol2d,nbit,Standard_True,
499 Variation.SetTolerance(tol3d);
659 Standard_Real seuil = 1000.*tol3d;
789 AppDef_Compute theapprox (dmin,dmax,tol3d,tol2d,nbit);
[all …]
H A DApprox_FitAndDivide.hxx88 …Standard_EXPORT void Error (const Standard_Integer Index, Standard_Real& tol3d, Standard_Real& tol…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeFix_SplitTool.hxx48 …S_Face& face, TopoDS_Edge& newE1, TopoDS_Edge& newE2, const Standard_Real tol3d, const Standard_Re…
53 …S_Face& face, TopoDS_Edge& newE1, TopoDS_Edge& newE2, const Standard_Real tol3d, const Standard_Re…
62 …ger& aNum, const Handle(ShapeBuild_ReShape)& context, const Standard_Real tol3d, const Standard_Re…
H A DChFi3d_Builder_0.hxx274 const Standard_Real tol3d,
280 const Standard_Real tol3d,
288 const Standard_Real tol3d,
298 const Standard_Real tol3d,
309 const Standard_Real tol3d,
355 const Standard_Real tol3d,
371 const Standard_Real tol3d,
416 const Standard_Real tol3d,
443 const Standard_Real tol3d,
H A DTopOpeBRepTool_GeomTool.hxx62 Standard_EXPORT void GetTolerances (Standard_Real& tol3d, Standard_Real& tol2d) const;
64 Standard_EXPORT void SetTolerances (const Standard_Real tol3d, const Standard_Real tol2d);
H A DAppBlend_AppSurf.gxx67 tol3d(Tol3d),tol2d(Tol2d),nbit(NbIt),knownp(KnownParameters)
91 tol3d = Tol3d;
367 AppDef_Compute theapprox (dmin,dmax,tol3d,tol2d,nbit, Standard_True, paramtype);
379 AppDef_Compute theAppDef(theParams,dmin,dmax,tol3d,tol2d,nbit,
404 AppDef_BSplineCompute theapprox (dmin,dmax,tol3d,tol2d,nbit,Standard_True, paramtype,
432 theapprox.Init(dmin,dmax,tol3d,tol2d,nbit,Standard_True,
472 Variation.SetTolerance(tol3d);
632 Standard_Real seuil = 1000.*tol3d;
762 AppDef_Compute theapprox (dmin,dmax,tol3d,tol2d,nbit);
773 AppDef_Compute theAppDef1(theParams,dmin,dmax,tol3d,tol2d,nbit, Standard_True,Standard_True);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepSweep/
H A DBRepSweep_Trsf.cxx93 Standard_Real tl = Precision::Confusion(), tol3d; in SetContinuity() local
107 tol3d = Max(tl,2.*BRep_Tool::Tolerance(d));//IFV 24.05.00 buc60684 in SetContinuity()
111 cont = BRepLProp::Continuity(e,e,ud,uf,tol3d,ta); in SetContinuity()
159 tol3d = Max(tl,2.*BRep_Tool::Tolerance(V)); //IFV 24.05.00 buc60684 in SetContinuity()
162 cont = BRepLProp::Continuity(e1,e2,u1,u2,tol3d,ta); in SetContinuity()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.hxx274 const Standard_Real tol3d,
280 const Standard_Real tol3d,
288 const Standard_Real tol3d,
298 const Standard_Real tol3d,
309 const Standard_Real tol3d,
355 const Standard_Real tol3d,
371 const Standard_Real tol3d,
416 const Standard_Real tol3d,
443 const Standard_Real tol3d,
H A DChFi3d_Builder_0.cxx1254 if(tolreached > tol3d) { in ChFi3d_CheckSameParameter()
1290 const Standard_Real tol3d, in ChFi3d_SameParameter() argument
1330 const Standard_Real tol3d, in ChFi3d_ComputePCurv() argument
1616 const Standard_Real tol3d, in ChFi3d_ComputeArete() argument
1626 tolreached = tol3d; in ChFi3d_ComputeArete()
3034 const Standard_Real tol3d, in ChFi3d_ComputeCurves() argument
3046 if(distrefdeb < tol3d) distrefdeb = tol3d; in ChFi3d_ComputeCurves()
3047 if(distreffin < tol3d) distreffin = tol3d; in ChFi3d_ComputeCurves()
3337 IntKK(S1,S2,tol3d,tol3d,fleche,Step); in ChFi3d_ComputeCurves()
3407 if(ddeb >= tol3d && bondeb) { in ChFi3d_ComputeCurves()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_ShellFaceClassifier.cxx207 Standard_Real tol3d = Precision::Confusion(); in State() local
215 BRep_Builder B;TopoDS_Vertex V;B.MakeVertex(V,myPoint3d,tol3d); in State()
222 mySolidClassifier.Classify(myShell,myPoint3d,tol3d); in State()
/dports/cad/opencascade/opencascade-7.6.0/src/AppBlend/
H A DAppBlend_AppSurf.gxx56 tol3d(0.0),
87 tol3d(Tol3d),
118 tol3d = Tol3d;
394 AppDef_Compute theapprox (dmin,dmax,tol3d,tol2d,nbit, Standard_True, paramtype);
406 AppDef_Compute theAppDef(theParams,dmin,dmax,tol3d,tol2d,nbit,
431 AppDef_BSplineCompute theapprox (dmin,dmax,tol3d,tol2d,nbit,Standard_True, paramtype,
459 theapprox.Init(dmin,dmax,tol3d,tol2d,nbit,Standard_True,
499 Variation.SetTolerance(tol3d);
659 Standard_Real seuil = 1000.*tol3d;
789 AppDef_Compute theapprox (dmin,dmax,tol3d,tol2d,nbit);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/FilletSurf/
H A DFilletSurf_InternalBuilder.cxx78 const Standard_Real tol3d) in IntPlanEdge() argument
115 if(dprojdeb<tol3d){ in IntPlanEdge()
126 if(dprojfin<tol3d){ in IntPlanEdge()
141 const Standard_Real tol3d) in ComputeEdgeParameter() argument
148 return IntPlanEdge(ed,pln,ped,tol3d); in ComputeEdgeParameter()

12345