Hi there,
I've built up a node system for generating an object and parametrize it by settings height, width and depth as const-inputs. So far so good!
Now I want to use a CSV which contains a lot of those objects and want to generate output-files (step and OBJ) programmatically and my question is just what the preferred way would be to solve that with MOI?
The csv contains also columns for height, width and depth next to other information that are needed in different process steps.
I'd think to iterate through the csv with python and then call the object each time. But then I don't know how to open the nodes from python, alter the values, commit that and create the new geometry. Also there is a csv-import inside of MOI which could probably do that job, too?
Thanks for your help!
|