Hi,
I have two separate .gh files needed for a multi-step procedure. Getting more specific, the first one is genarating some views of the model (cross sections, elevations etc with VisualArq) and the second one is reading the layers of the views (they are blocks) with elefront and matches some curves to the needed layers. The second .gh file, is really large and has many clusters inside.
What I would need is:
1)execute the first one, genarate views after reading the opened .3dm and get the layer names of the views
2)pass those layer names in the second .gh file, read from the same .3dm the views and export the matched curves to .dwg. The second .gh file is gonna be executed n-times when n is the number of generated views
How can I “call” another .gh from inside the first one and have the needed result without merging the two into one file?
Thanks in advance
***The image below is about the 2nd gh file (the large one) with numerous clusters inside