cadquery-plugins icon indicating copy to clipboard operation
cadquery-plugins copied to clipboard

A collection of community contributed plugins that extend the functionality of CadQuery

Results 6 cadquery-plugins issues
Sort by recently updated
recently updated
newest added
trafficstars

cq-cache seems to accept functions returning TopoDS_Shape objects, but it then throws on the missing 'exportBrep' member function.

I'm creating a new PR since I have rewrote most of the gear generator plugin (started here #13 ) with classes , becauseI think it is better to use and...

There has been some great work done on gears in the GitHub issues and on Discord. It would be nice to capture a gear generator as a plugin.

enhancement

Generating threads can often lead to invalid geometry. It would be nice to capture all of the best practices into a thread generator plugin.

enhancement

Many types of aluminum extrusion have complex 2D shapes. Right now there is a multi-step process of downloading the profile's 2D DXF file, importing it into CadQuery, converting it to...

enhancement

Work has been done in GitHub issues, the Google Group, and Discord on airfoils. Other software packages like OpenSCAD have airfoil libraries, and it makes sense for CadQuery to have...

enhancement