I have a hybrid workflow I am working on that imports geometry from another CAD program, and then manipulates and organizes in grasshopper. One thing I have noticed is that if I import new geometry, I have to select a different index for picking items from a list. I want to make the workflow as hands off as possible, so I’m hoping to find a way to make this robust.
FYI the current import method is to bring the geometry into rhino, and then internalize it in a grasshopper geometry node. If there is a better way to do this or that might solve this issue, I’m open to that too