cadquery
cadquery copied to clipboard
A python parametric CAD scripting framework based on OCCT
Now that the code includes type hints, an additional return value field in the docstring is redundant. When reading the code itself, the type hint shows the return type. The...
The code now includes type hints. The docstring specifying say ```:type myparam: str``` is redundant and could be removed. In some cases, such as, ```Workplane.vertices``` the field elaborates on the...
This is a bug in the sphinx multimethod customization. Here the ```extrudeLinearWithRotation``` param description of ```:param vecCenter``` is multiline. The field list is corrupted. 
Another sphinx customization bug. Need to ensure self is inserted only once. Here for dprism: 
I found a few doc bugs introduced with the sphinx multimethod customization #1088. Here three signatures are displayed where only two are expected: 
Adds the ability to export perspective SVGs
Turn the assembly into a compound and use Shapes export method to export the assembly. This way the export function does not need to be duplicated, and it is what...
I created a VSCode extension for CadQuery:  It's available on the [Open VSX Registry](https://open-vsx.org/extension/roipoussiere/cadquery) and on the [VisualStudio marketplace](https://marketplace.visualstudio.com/items?itemName=roipoussiere.cadquery). Features: - update preview on save; - reasonably fast (ie....
`workplane()` should be enhanced to include an optional `from `parameter which would specify a tagged workplane be used rather than the TOS face. `workplane()` functionality, including `offset`, would be able...
I find no way to reduce the weight of a text. ```python import cadquery wires2d= cq.Workplane().text("TEST", 1, 1).faces("