Neri Engineering

Results 6 comments of Neri Engineering

Technically speaking the correct way to do this is by using Bezier curves, and not circular arcs. There is a difference between the two. ``` tooth = cq.Workplane("XY") tooth =...

What is a "PR"? I have a proposal. I would like to look into the SVG export code for the next few days. I've already glanced at it; it's under...

By the way here are my ideas regarding shading in the outline drawing. First of all, regarding background, SVG does support a transparent background. So at the very least the...

SVG natively supports cubic curves. I forget where variety it is, maybe both. There are Bezier curves where the curve does not pass through the control points and then there...

For reference just so you have an example in front of you that works for sure, so that you can study the "curve to" language. Here is a fully working...

Here is an insight that will help whoever is trying to solve this problem. This image shows what is going on. ![overlay](https://github.com/CadQuery/cadquery/assets/115912623/e769e1dd-877b-4b12-8319-af251eec3cad) The black lines are generated by the graphical...