-
The definitive metadata of a MeshCoord is just `mesh`, `location` + `axis`.
These can be leniently compared with another one, e.g. to fetch the matching coord from a cube on a different mesh :
For…
pp-mo updated
6 months ago
-
```
What steps will reproduce the problem?
1. view = new View3D({x:250,y:200, renderer:Renderer.CORRECT_Z_ORDER});
2. cube.outline = outlineMaterial;
(see example code provided below)
What is the ex…
-
```
What steps will reproduce the problem?
1. view = new View3D({x:250,y:200, renderer:Renderer.CORRECT_Z_ORDER});
2. cube.outline = outlineMaterial;
(see example code provided below)
What is the ex…
-
```
What steps will reproduce the problem?
1. view = new View3D({x:250,y:200, renderer:Renderer.CORRECT_Z_ORDER});
2. cube.outline = outlineMaterial;
(see example code provided below)
What is the ex…
-
Here is a code that render 2 figures and export them in separated svgs:
```py
import cadquery as cq
from cadquery.cq import Workplane as WP
from cadquery.cq import Vector as V
cube1 = WP('YZ'…
-
```
What steps will reproduce the problem?
1. view = new View3D({x:250,y:200, renderer:Renderer.CORRECT_Z_ORDER});
2. cube.outline = outlineMaterial;
(see example code provided below)
What is the ex…
-
### Describe the bug, what's wrong, and what you expected.
Hello, I've encountered a bug, Incorrect result of boolean_difference as the following code
### Steps to reproduce the bug.
```pytho…
-
```
What steps will reproduce the problem?
1. view = new View3D({x:250,y:200, renderer:Renderer.CORRECT_Z_ORDER});
2. cube.outline = outlineMaterial;
(see example code provided below)
What is the ex…
-
Following the example of the N2H+ cube I noticed that the header is dropped from the structure when cropping. Is this a feature or a bug?
```
In [18]: cube = pyspeckit.Cube(file_in)[:,158:366,199:373…
-
I basically want to be able to send messages to the queue or exchange that goes into moving the cubes.
I have the following code written for a c# console app but how would i convert this to your un…