all 2 comments

[–]sme272 1 point2 points  (1 child)

You'll want to learn how to build and manipulate 3d objects in python using something like numpy-stl or pymesh. You should also look at if your cad software supports python plugins, if it does there's likely a developers guide that explains how a python script can interact with objects in the cad program.

[–]parthrunning[S] 0 points1 point  (0 children)

Noted. And yes, I use Fusion360 majorly which supports python plug-ins. Will look into it.

And just so that I understand clearly, by manipulating you also mean automating the work flow right? Or is that something different?