I’ve hacked one of the samples to read though a .csv file that contains a list of x,y,z coordinates. My code takes 8 of those points, creates two loops and then I want to turn those two loops into a solid similar to if I selected the loops and clicked on the “Create Form” button on the ribbon.
The image below shows what I have on the left and what I want on the right. Ultimately, I’ll iterate through a large csv file and the mass family will consist of lots of solid forms but for now I just want to get one working.
Here’s the code and the .csv
Thanks!
Kris