Home
last modified time | relevance | path

Searched refs:thearc (Results 1 – 21 of 21) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dfunctions.c122 arcptr thearc; in decomposearc() local
137 thearc->radius = -thearc->radius; in decomposearc()
140 fnc = (thearc->angle2 - thearc->angle1) / 90.0; in decomposearc()
251 sarc = (int)(thearc->angle2 - thearc->angle1) * RSTEPS; in calcarc()
255 delta = RADFAC * ((float)(thearc->angle2 - thearc->angle1) / (thearc->number - 1)); in calcarc()
259 thearc->points[idx].x = (float)thearc->position.x + in calcarc()
261 thearc->points[idx].y = (float)thearc->position.y + in calcarc()
269 thearc->points[thearc->number - 1].x = (float)thearc->position.x + in calcarc()
271 thearc->points[thearc->number - 1].y = (float)thearc->position.y + in calcarc()
274 if (thearc->radius < 0) reversefpoints(thearc->points, thearc->number); in calcarc()
[all …]
H A Dcairo.c569 if (abs(thearc->radius) == thearc->yaxis) in UDrawArc()
570 cairo_arc(areawin->cr, thearc->position.x, thearc->position.y, in UDrawArc()
571 abs(thearc->radius), thearc->angle1 * M_PI / 180.0, in UDrawArc()
572 thearc->angle2 * M_PI / 180.0); in UDrawArc()
573 else if (thearc->yaxis) { in UDrawArc()
576 cairo_translate(areawin->cr, thearc->position.x, thearc->position.y); in UDrawArc()
577 cairo_scale(areawin->cr, abs(thearc->radius), thearc->yaxis); in UDrawArc()
587 cairo_move_to(areawin->cr, thearc->position.x + fabs(thearc->radius) in UDrawArc()
592 + fabs(thearc->radius) * cos(theta), thearc->position.y); in UDrawArc()
594 cairo_line_to(areawin->cr, thearc->position.x + fabs(thearc->radius) in UDrawArc()
[all …]
H A Dsvg.c347 void SVGDrawArc(arcptr thearc, int passcolor) in SVGDrawArc() argument
353 radius[0] = UTopTransScale(thearc->radius); in SVGDrawArc()
354 radius[1] = UTopTransScale(thearc->yaxis); in SVGDrawArc()
356 tarc = (thearc->angle2 - thearc->angle1); in SVGDrawArc()
358 UTransformbyCTM(DCTM, &(thearc->position), endpoints, 1); in SVGDrawArc()
361 svg_stroke(passcolor, thearc->style, thearc->width); in SVGDrawArc()
364 UfTransformbyCTM(DCTM, thearc->points, endpoints, 1); in SVGDrawArc()
365 UfTransformbyCTM(DCTM, thearc->points + thearc->number - 1, endpoints + 1, 1); in SVGDrawArc()
374 svg_strokepath(passcolor, thearc->style, thearc->width); in SVGDrawArc()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBlend_Walking_3.gxx113 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);
[all …]
H A DBlend_CSWalking_3.gxx77 TheArc thearc = Iter->Value();
80 thecur = TheBlendTool::CurveOnSurf(thearc,surf1);
83 thecur = TheBlendTool::CurveOnSurf(thearc,surf2);
144 Iter->Initialize(thearc);
149 if (Abs(TheBlendTool::Parameter(Vtx,thearc)-solrst(1)) <=
150 TheBlendTool::Tolerance(Vtx,thearc)) {
H A DIntPatch_ImpImpIntersection_0.gxx142 thearc->D1(theparameteronarc,p2d,d2d);
150 Standard_Real drmax = (thearc->LastParameter() - thearc->FirstParameter())*0.05;
170 thearc->D1(theparameteronarc,p2d,d2d);
233 theparameteronarc = thearc->LastParameter();
236 theparameteronarc = thearc->FirstParameter();
1506 thearc->D1(ptvtx.ParameterOnArc1(),p2d,d2d);
1522 thearc->D1(ptvtx.ParameterOnArc2(),p2d,d2d);
1572 thearc->D1(ptvtx.ParameterOnArc1(),p2d,d2d);
1588 thearc->D1(ptvtx.ParameterOnArc2(),p2d,d2d);
2017 newptvtx.SetArc(Standard_False,thearc,
[all …]
H A DContap_Line.hxx110 Handle(Adaptor2d_Curve2d) thearc;
/dports/cad/opencascade/opencascade-7.6.0/src/Blend/
H A DBlend_Walking_3.gxx113 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);
[all …]
H A DBlend_CSWalking_3.gxx77 TheArc thearc = Iter->Value();
80 thecur = TheBlendTool::CurveOnSurf(thearc,surf1);
83 thecur = TheBlendTool::CurveOnSurf(thearc,surf2);
144 Iter->Initialize(thearc);
149 if (Abs(TheBlendTool::Parameter(Vtx,thearc)-solrst(1)) <=
150 TheBlendTool::Tolerance(Vtx,thearc)) {
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBlend_Walking_3.gxx113 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);
[all …]
H A DBlend_CSWalking_3.gxx77 TheArc thearc = Iter->Value();
80 thecur = TheBlendTool::CurveOnSurf(thearc,surf1);
83 thecur = TheBlendTool::CurveOnSurf(thearc,surf2);
144 Iter->Initialize(thearc);
149 if (Abs(TheBlendTool::Parameter(Vtx,thearc)-solrst(1)) <=
150 TheBlendTool::Tolerance(Vtx,thearc)) {
H A DIntPatch_ImpImpIntersection_0.gxx142 thearc->D1(theparameteronarc,p2d,d2d);
150 Standard_Real drmax = (thearc->LastParameter() - thearc->FirstParameter())*0.05;
170 thearc->D1(theparameteronarc,p2d,d2d);
233 theparameteronarc = thearc->LastParameter();
236 theparameteronarc = thearc->FirstParameter();
1506 thearc->D1(ptvtx.ParameterOnArc1(),p2d,d2d);
1522 thearc->D1(ptvtx.ParameterOnArc2(),p2d,d2d);
1572 thearc->D1(ptvtx.ParameterOnArc1(),p2d,d2d);
1588 thearc->D1(ptvtx.ParameterOnArc2(),p2d,d2d);
2017 newptvtx.SetArc(Standard_False,thearc,
[all …]
H A DContap_Line.hxx113 Handle(Adaptor2d_HCurve2d) thearc;
/dports/cad/opencascade/opencascade-7.6.0/src/Contap/
H A DContap_Line.cxx84 thearc = A; in SetValue()
104 return thearc; in Handle()
H A DContap_Contour.cxx540 const Handle(Adaptor2d_Curve2d)& thearc = PStart.Arc(); in ComputeTangency()
564 arcorien = Domain->Orientation(thearc); in ComputeTangency()
568 Contap_HCurve2dTool::D1(thearc,theparam,pt2d,tg2drst); in ComputeTangency()
1025 const Handle(Adaptor2d_Curve2d)& thearc = Line.Arc(); in ComputeInternalPointsOnRstr()
1038 Contap_HCurve2dTool::D1(thearc,paraminf,p2d,d2d); in ComputeInternalPointsOnRstr()
1065 Contap_HCurve2dTool::D1(thearc,paramsup,p2d,d2d); in ComputeInternalPointsOnRstr()
1089 Contap_HCurve2dTool::D1(thearc,paramp,p2d,d2d); in ComputeInternalPointsOnRstr()
1711 ptvt.SetArc(thearc,paramproj,TLine,TArc); in Perform()
1809 const Handle(Adaptor2d_Curve2d)& thearc = PStart.Arc(); in PutPointsOnLine()
1812 Contap_HCurve2dTool::D1(thearc,theparam,pt2d,d2d); in PutPointsOnLine()
[all …]
H A DContap_Line.hxx110 Handle(Adaptor2d_Curve2d) thearc;
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_ImpImpIntersection_0.gxx142 thearc->D1(theparameteronarc,p2d,d2d);
150 Standard_Real drmax = (thearc->LastParameter() - thearc->FirstParameter())*0.05;
170 thearc->D1(theparameteronarc,p2d,d2d);
233 theparameteronarc = thearc->LastParameter();
236 theparameteronarc = thearc->FirstParameter();
1506 thearc->D1(ptvtx.ParameterOnArc1(),p2d,d2d);
1522 thearc->D1(ptvtx.ParameterOnArc2(),p2d,d2d);
1572 thearc->D1(ptvtx.ParameterOnArc1(),p2d,d2d);
1588 thearc->D1(ptvtx.ParameterOnArc2(),p2d,d2d);
2017 newptvtx.SetArc(Standard_False,thearc,
[all …]
H A DIntPatch_ImpPrmIntersection.cxx243 Handle(Adaptor2d_Curve2d) thearc; in ComputeTangency() local
265 thearc = PStart.Arc(); in ComputeTangency()
267 arcorien = Domain->Orientation(thearc); in ComputeTangency()
271 thearc->D0(theparam,p2d); in ComputeTangency()
288 thearc = PStart.Arc(); in ComputeTangency()
290 arcorien = Domain->Orientation(thearc); in ComputeTangency()
294 thearc->D0(theparam,p2d); in ComputeTangency()
312 thearc->D1(theparam,p2d,d2d); in ComputeTangency()
364 thearc = PStart.Arc(); in ComputeTangency()
366 arcorien = Domain->Orientation(thearc); in ComputeTangency()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeometryTest/
H A DGeometryTest_ConstraintCommands.cxx718 Handle(Geom_Curve)thearc (GC_MakeArcOfCircle(P1,V1,P4).Value()); in gcarc()
719 DrawTrSurf::Set(a[1], thearc); in gcarc()
723 Handle(Geom_Curve)thearc (GC_MakeArcOfCircle(P1,P2,P3).Value()); in gcarc()
724 DrawTrSurf::Set(a[1], thearc); in gcarc()
/dports/www/dooble/dooble-2021.12.05/Dictionaries/gd_GB/
H A Dgd_GB.dic301730 thearc
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dgd_GD-Gaelic.dic306113 thearc