jimy byerley
jimy byerley
you should try the triple backticks ` ``` ` to escape code and backtraces, and don't forget the syntax highlight which makes it easier to read
Hello I have few concerns about the functions here: The draft is made as a modification of an already generated mesh (the result of an `extrusion()`) which can lead to...
I forgot a minor point: the syntax `type | type` in annotations is not supported before python 3.10, so we should not use it in madcad uintil we stop the...
Also for the consistence of the API (and user convenience): - `draft_edge()` should handle the groups from its input Web - `draft()` should return a new Mesh instead of modifying...
I'm trying to figure what exactly does the current implementation of `draft()` it seems to be dilating the mesh in some way ? :thinking: Given a sphere (which usually in...
My thoughts about drafts on a sphere is something like this: given a mesh sphere, a neutral direction and a draft angle, the function will expand the surface where the...
> draft_cuts is perhaps a better name? Not sure, as such this function will be a very general function, maybe a general name like `draft(mesh, direction, angle)` is better 🤔
> So add_drafts we could call the behaviour u decribed. cut_drafts would be similar. But it would not be tangent but it can instead persevere the outline at the neutral...
I cannot reproduce the issue on my side with the master branch Which version of pymadcad do you use ?
This discussion should be a different issue then I don't know exactly what is `stl1.stl` and `stl2.stl` in your example since your zip file only contains `Basis.stl` and `Gemin.stl` However...