cadquery
cadquery copied to clipboard
A python parametric CAD scripting framework based on OCCT
If I have a sketch and extrude a solid from the sketch, is it possible to bend the extruded solid as if it was fed to a rolling machine? I...
While imprinting a cad geometry I notice the number of imprinted parts is larger than the number of parts in the original geometry we have 5 parts in the original...
> My use-case has a far smaller work scope: I only need 3D-to-2D projections. Dimensions & annotation are not required. Kind of similar to #1685 except in DXF: > >...
Attached code ```python import cadquery as cq import numpy as np # Define a cubic lattice n = 4 # Dimension of the lattice (n x n x n) spacing...
Currently `outerWire` and `innerWires` are only in the occ_impl. CC: @yguel
Currently `show` is blocking, it would be great to be able to use it multiple times without blocking of the script execution. I see 3 options 1. Use `Qt` or...
This code used to work with **Cadquery 2.2.0b2 + Python 3.8** (under Debian Bookworm). It was convenient to sew surfaces together and thicken them all at once so that the...
Useage of `height` in docs/examples is unexpected. E.g.: https://cadquery.readthedocs.io/en/latest/examples.html#plate-with-hole ``` # The dimensions of the box. These can be modified rather than changing the # object's code directly. length =...
When sweeping a rectangular profile along a parametric wave path, the profile's orientation changes incorrectly as the sweep progresses. This happens regardless of whether `isFrenet` is set to `True` or...