CadQuery / cq-cli

Command Line Interface for executing CadQuery scripts and converting their output to another format.
Apache License 2.0
21 stars 7 forks source link

Adds Assembly Handling to SVG and STL Export #27

Closed jmwright closed 11 months ago

jmwright commented 11 months ago

SVG and STL exports of assemblies are possible if toCompound() is called on the assembly first. DXF is a different case, and CadQuery's current DXF export always segfaults when passed a compound, so I left that out of this PR.