How to create machining feature primitives? #74
-
Hi all, i am currently trying to develop a machine learning framework for machining feature recognition like Zhang et al. presented with the FeatureNet Framework (https://github.com/zibozzb/FeatureNet). They introduced 24 different machining features applied to 10mm cubes in .stl format. One example is the "circular through slot" I create the trough slot with following code:
Has someone an idea, why my .stl models differ from those created with solid works? It would be create, if someone could show me some example code, because i'm not shure if use madcad correctly. Also, i would like to reference pymadcad in my publications. Is there some prefered citation? Kind Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's an interesting application, I mean machining feature recognition :) For what regards your use of pymadcad, your code snipet is pretty good, I find nothing wrong or that I would advise to do differently. I do not have a citation pattern for pymadcad, I don't know the good practices in term of citation so please write what you find appropriate ;) |
Beta Was this translation helpful? Give feedback.
That's an interesting application, I mean machining feature recognition :)
In what precise aspect does the madcad generated meshes differ from the solidworks generated ones ? They look pretty similar on the two pictures you sent
For what regards your use of pymadcad, your code snipet is pretty good, I find nothing wrong or that I would advise to do differently.
I do not have a citation pattern for pymadcad, I don't know the good practices in term of citation so please write what you find appropriate ;)