AU

Results 546 comments of AU
trafficstars

Indeed, it is waiting to be reworked so that it provides two overloads `cone(r, h)` and `cone(r1, r2, h)`. Seems though that the OP lost interest in the meantime, so...

In general you cannot reference unrelated assembly. The example above will not update if assy1 changes. You could add assy1 to assy2 as a sub-assembly.

I think so. I'll just add a test and it should be good to go.

@antonysigma could you provide a MRE?

Good that you poked. I'll take a look.

OK, so DXF export only exports 2D sections and (at least currently) it does not do projections like export SVG (the use case for DXF export so far was generating...

@Jopie01 adding dimensions was requested quite some time ago, so if you have something a PR would be nice.

Your model is invalid according to OCCT (and by eye). You might want to reconsider how you make it. ```python from cadquery.func import check check(parts) ``` e.g. ![Image](https://github.com/user-attachments/assets/7ecdc26e-f372-4b87-b211-898db22b0c73)

AFAICT your model is non-manifold and you need to fix that. Do you recognize that?