-
Hello,
I have been thinking that it would be great to have CadQuery running in browser because that would make sharing of customizable designs super easy.
Googling the possibilities I came across …
-
It seems the JavaScript source code for the 3D viewer shows up in Sphinx's compiled search index. I can see this by searching for `var parent` (which is part of the 3D viewer's script) on the [CadQuer…
-
I've came across this problem today, when I saw that the bounding box measurements of the models in which I imported (in `.STP` format) to CADQuery were off by a few millimeters -- depending on the mo…
-
Embedded VTK XML is indexed by Sphinx search.
# Examples
## Search for term "VTK"
https://rover.fischer.nz/en/latest/search.html?q=VTK&check_keywords=yes&area=default
![rover fischer nz_se…
-
https://github.com/ryan4yin/knowledge/tree/master/3d%20graphics%20%26%20modeling/3d-printing#%E5%A6%82%E4%BD%95%E8%AE%BE%E8%AE%A1%E8%87%AA%E5%B7%B1%E7%9A%84-3d-%E6%89%93%E5%8D%B0%E4%BB%B6
其实设计软件的话,…
-
When running the following code, cadquery raises an exception:
```
import cadquery as cq
test = (
cq.Workplane("XY")
.circle(10)
.extrude(20)
.faces(">Z")
.workplane()
…
-
Resolution known, but not sure how to do a pull request for this. See attached file for complete terminal history.
## To Reproduce
Fresh install of cq-editor from conda
```
(base) C:\Users\Dan…
-
## To Reproduce
```python
import cadquery as cq
import numpy as np
import math
path_xyz_tuples = [
(0.0, 0.0, 0.0),
(1.2, 0.0, 0.2),
(2.4, -0.0, 1.6),
# (2.8, -0.0…
-
### Problem description
I've just finished building and uploading my test python package "minimalcadquery", and it is here:
[MinimalCadQuery](https://test.pypi.org/project/minimalcadquery/0.0.3/#h…
-
Hi roipoussiere
I have been using OpenSCAD in VSCodium for a while now, however, as my models become more complex, I am running into performance issues, so I decided to give CadQuery a whirl. I fol…