Lines Matching refs:thearc
113 TheArc thearc = Iter->Value();
116 thecur = TheBlendTool::CurveOnSurf(thearc,surf1);
119 thecur = TheBlendTool::CurveOnSurf(thearc,surf2);
256 ok = TheBlendTool::Project(pt2d,surf1,thearc,prm,distaux);
259 ok = TheBlendTool::Project(pt2d,surf2,thearc,prm,distaux);
301 thearc = Iter->Value();
304 thecur = TheBlendTool::CurveOnSurf(thearc,surf1);
307 thecur = TheBlendTool::CurveOnSurf(thearc,surf2);
334 thecur = TheBlendTool::CurveOnSurf(thearc,surf1);
337 thecur = TheBlendTool::CurveOnSurf(thearc,surf2);
341 Iter->Initialize(thearc);
347 if (vtol > Max(TheBlendTool::Tolerance(Vtx,thearc), toler(1)))
348 vtol = Max(TheBlendTool::Tolerance(Vtx,thearc), toler(1));
349 if (Abs(TheBlendTool::Parameter(Vtx,thearc)-solrst(1)) <= vtol) {