pymadcad icon indicating copy to clipboard operation
pymadcad copied to clipboard

Simple yet powerful CAD (Computer Aided Design) library, written with Python.

Results 37 pymadcad issues
Sort by recently updated
recently updated
newest added

When running madcad.show() i sometimes get segmentation errors. It usally happens when i run many show() after each other to inspect the results of multiple test. Current thread 0x00007f7ed0e4e740 (most...

Hello, I hope you're doing well. I've come across an issue while testing the 'difference' function. During the process of subtracting an STL file from another, I observed that while...

bug

If I input a more complex triangular mesh model, can I still chamfer the inner edges?

question

```python import numpy as np from madcad import * base = brick(width=vec3(236, 170, 2)) hole_positions = [vec3(x, y, 0) for x in np.linspace(-225 / 2, 225 / 2, 5) for...

bug

This resolves [Discussion#81](https://github.com/jimy-byerley/pymadcad/discussions/81) by giving a per-mesh access to the options, such as `display_faces`. Sorry that it also contains the MacOS fix, please tell me if I should revert that...

This is a bug reported by @Boehm92 in #74 > How can i use the bevel function for only one edge of a cube? Maybe i'm confused but i dont...

bug

Discussion in #69 reveled that having pyqt as a optional dependency would be valuable for some users > I confirm: madcad cannot at the moment be imported without pyqt installed....

enhancement

relates to: #64 added import helper - added draft function for extrusions - added draft tests

Hi Im been testing boolean operations, to see if i can use this lib for my next project. I set up my test to avoid coplanar faces between the base...

bug

As a designer of casted/injection molded parts. I need to add draft angles to my parts.

enhancement