jimy byerley

Results 112 comments of jimy byerley

Sure, `chamfer` and `bevel` functions are designed to cut not only adjacent triangles to the given edge, but to go through all the mesh triangles to acheive the desired cut...

I can but what operation do you want to apply on it ? what is your problem with that mesh ?

Sure it can, `tangentend` is internally used only for each extremities of such curves Here is a chamfer on the lower outer edge ![image](https://github.com/jimy-byerley/pymadcad/assets/7940753/f710d131-8677-4479-a199-31ab282e0a6f) ```python part = read('/tmp/cop_4_of_clip.stl') part.mergeclose() part...

Just like I wrote in my example, you have to provide a `list` of edges or a `Web` (by definition it contains a list of edges) for the edges you...

I think there is an issue with subdivided meshes, because it makes points in the middle of straight lines on the chamfered edges

> Is there any better solution?Because the fine mesh model also has a complete topology,How should we solve this problem is better? A better solution would be a better implementation...

This bug only concerns `madcad.cut.bevel()` and not `madcad.cut.chamfer()`, it is due to the cutted edge ending resolution which is failing when both cut endings belong to the same edge. I...

Erf ... no I'm sorry, I had not enough time past months ... This doesn't seems so difficult to fix, so I need to find some time for it

Hello, Of course it is possible to numpy arrays. madcad meshes are using `typedlist` to store vertices and faces, because it directly works with [pyglm](https://github.com/Zuzu-Typ/PyGLM/) and because lists can be...

I think such conversion is easy enough to not write an example program in folder `examples`, but We might add it to the [documentation's guide](https://pymadcad.readthedocs.io/en/latest/guide.html) :thinking: