Friday night challenge
Hi everyone,
I am working with a large amount of data and want to simplify the workflow. I am importing several lines that will serve as the basis for the Grasshopper workflow, and they are internalized in containers. Each container is renamed with a code, which I believe is referred to as a “Nick Name.”
I would like to create a Python component (I’m happy to use C# if necessary) that reads the Nick Name assigned manually to each container and outputs a list of all the Nick Names. Please note that each container contains several curves, but I am only interested in the manually assigned Nick Names, not the geometry.
The goal is to stream the database afterward based on the Nick Name (code assigned).
In the image the Nick Name (codes) assigned to the containers:
Thank you!