Hello community!
I am working on a python script that allows me to automatically export big architectural rhino files to 3dsmax in the most convenient and fast way.
I have problems exporting the objects from a list of layers.
let’s say I have tens of layers and sublayers in my 3dm file:
-layer00
-layer01
-layer n
My steps are:
- Extract in a separate text file the layers names list. (DONE)
Now I would like to extract just the objects from a portion of the layers that I saved in the previously created text file, and saved in a new text file.
How can I select multiple layers based on a list?
3 posts - 2 participants