Lines Matching refs:path_out
516 Geom::Path path_out;
542 knotCurve1->setInitial(path_out.finalPoint());
544 path_out.start((*curve_it1).pointAt(times[0]));
586 path_out.append(*knotCurve1);
597 path_out.appendNew<Geom::LineSegment>(endArcPoint);
601 path_chamfer.start(path_out.finalPoint());
610 path_out.appendNew<Geom::LineSegment>(chamferStep);
612 path_out.appendNew<Geom::LineSegment>(endArcPoint);
616 path_chamfer.start(path_out.finalPoint());
626 path_out.appendNew<Geom::LineSegment>(chamferStep);
628 path_out.appendNew<Geom::LineSegment>(endArcPoint);
632 path_out.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint);
634 path_out.appendNew<Geom::CubicBezier>(inverseHandle1, inverseHandle2, endArcPoint);
638 path_out.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint);
640 path_out.appendNew<Geom::CubicBezier>(handle1, handle2, endArcPoint);
644 path_out.append(*knotCurve1);
647 path_out.close();
656 pathvector_out.push_back(path_out);