-
Hello I want to know how to do boolean operations on two meshes and I'm getting this error
ERROR:root:No points to subdivide
ERROR:root:No points/cells to operate on
ERROR:root:No points/cells to …
-
Currently this is visible on the `flat` screw heads
![image](https://github.com/jimy-byerley/pymadcad/assets/7940753/c616a990-70ab-4a4d-aaed-827e381ee61a)
the call to `line_simplification` in `c…
-
```
Some people think it's a good idea...
First step would be to create an uniformized software vertices/indices buffer
and have every mesh generator output to it.
```
Original issue reported on cod…
-
```
Some people think it's a good idea...
First step would be to create an uniformized software vertices/indices buffer
and have every mesh generator output to it.
```
Original issue reported on cod…
-
Certain PromQL expression can be considered as (sample) selectors and can be evaluated directly in scanners.
One example is:
```
sum(kube_pod_info == 1)
```
For this query, we could apply `=…
-
Allow different logic for boolean operation on ROI which are currently too restrictive.
Change the GUI button operation to the described ones.
Internally code still allow to do the 2 different methods…
-
```
Some people think it's a good idea...
First step would be to create an uniformized software vertices/indices buffer
and have every mesh generator output to it.
```
Original issue reported on cod…
-
The [wiki states](https://github.com/emsec/hal/wiki/Boolean-Function):
> In general, Boolean functions support NOT ("!", "'"), AND ("&", "*", " "), OR ("|", "+"), and XOR ("^") operations as well a…
-
It seems that CGAL's boolean operation hang the browser indefinitely. This occurs from time to time seemingly at random. I have heard it's because CGAL's rounding modes are not imported correctly to W…
-
### Is your feature request related to a problem?
The feather error that warns about boolean operations, e.g.:
`keyboard_check(vk_right) - keyboard_check(vk_left);`
It feels very anti-beginner,…