AU

Results 572 comments of AU

> Technically speaking the correct way to do this is by using Bezier curves, and not circular arcs. There is a difference between the two. > Arcs should be quite...

PR is a pull request. Projection part starts here: https://github.com/CadQuery/cadquery/blob/153ed3f667911e909ba8b93bddd297defc7cd42f/cadquery/occ_impl/exporters/svg.py#L189 BTW what you are describing sounds like it is beyond the scope of this issue. Current SVG exporter uses line...

Cannot reproduce without you sharing the steps

Sorry, I meant `STEPs`, so `STEP` files.

So the actual question is: how do I convert from PythonOCC to OCP. There are two options: 1. Serialize to brep and then deserialize (see #518) 2. If PythonOCC can...

This works better, but not quite there: ```python import cadquery as cq sphere = cq.Workplane().sphere(1.0).val() a_x = 0.15 a_y = 0.31 a_z = 0.4 transform_mat = cq.Matrix( [ [a_x, 0,...

I'd like to have it eventually. But for now 3.9 is the minimum version.

AFAICT there is currently no clean way in the fluent API.