jimy byerley

Results 113 comments of jimy byerley

Happy that it worked for you ! I will keep this issue opened since the floating point precision issue is a bug that needs to be solved Thanks for reporting

the sweepline triangulation seems to work ![image](https://github.com/jimy-byerley/pymadcad/assets/7940753/6026664d-9bc1-4c08-b346-62f7d27a7845)

possible degenerated cases for sweepline - [x] fix degenerated case of 2 edges at the same place - [ ] fix degenerated case of a null-length edge - [x] fix...

Yes, I observed the same I think the issue comes from `madcad.triangulation.line_bridges` which is responsible for linking holes to outlines in faces

I can reproduce it even without the boolean operation, just from user-made webs: ```python base = parallelogram(236*X, 170*Y, align=vec2(0.5), fill=False) hole_positions = [vec3(x, y, 0) for x in linrange(-225 /...

Ok I got the problem: The algorithm I made for `line_bridges` has a failure in case it is matching a point to a long edge ![image](https://github.com/jimy-byerley/pymadcad/assets/7940753/522556ca-0d7a-40c1-b69c-ccd7d30f4c00) On the above picture...

Hello, to be honest I had no time in past month. I have slightly more time now. So I only took some time few weeks ago and started something on...

Is there an alternative for stopping the threads owned by my rust objects when python exits ? For instance a pyo3 function for checking whether the python interpreter is still...

I found my issue, in the end it was not because of pyo3 at all, I had something wrong about the way I was keeping `Py` instances So I am...

I'm not a lawyer either, but it seems we are in quite a dumb situation, there is not thousands of clear and concise ways of saying the same things. Does...