-
Is it possible to add support for step files in the viewer? Would be very nice as it could make a very pleasant dev experience when working with CadQuery.
-
https://github.com/CadQuery/cadquery/blob/e69b2f83bde43ad6a0159a72bc058165e684e72e/cadquery/selectors.py#L287-L338
The docs suggest `DirectionMinMaxSelector((0, 0, 1), True)`, but this code:
```py…
-
Snippet:
```
import cadquery as cq
from cadquery import Vector
from cadquery import exporters
wp = cq.Workplane('front')
if True:
# --- simple union example ---
sp1 = wp.sphere(r…
-
Does anyone know where I can find the source files for radial capacitor models (e.g. electrolytic caps)? I'd like to generate a 3D model that fits the actual height, but could not find the source file…
-
Im enjoying Jupyter-cadquery a lot, in particular I like the replay mode, inlined in the Jupyter notebook.
when im not in a large display, I would like to change the default layout of the window sho…
-
After upgrading Ubuntu to 22.04 LTS, creating a new conda environment, and installing cadquery with `conda install -c conda-forge -c cadquery cadquery=master` and cq-editor with `conda install -c cadq…
gumyr updated
2 years ago
-
Hi,
I have a simple environment.yml file like:
```.yml
channels:
- cadquery
dependencies:
- python>=3.7
- cadquery=master
- pip
- pip:
- -r requirements.txt
- -r requi…
noce2 updated
3 years ago
-
I encountered a problem with extruding the hollow profiles until the existing face.
There is the following test for extrude until with multiple distant wires:
https://github.com/CadQuery/cadquery/bl…
-
**Issue by [dcowden](https://github.com/dcowden)**
_Monday May 21, 2018 at 21:09 GMT_
_Originally opened as https://github.com/dcowden/cadquery/issues/270_
----
after discussions with @fragmuffin a…
-
I'm calling `cadquery.occ_impl.shapes.Solid.makeSolid` with a `cadquery.occ_impl.shapes.Shell` object.
The body of this function is the one-liner
```
return cls(ShapeFix_Solid().SolidFromShell(s…