algorithmic modeling for Rhino
I would probably need a custom component for it to work exactly how I would want it. Where is that 'LocalCode Export component located? Thanks a lot for your help.
Vern
Mh..i don't know what you are going to do. But reading the contents of a folder is pretty easy. In C# you would type something like this:
private void RunScript(string folder, ref object A)
{
A = System.IO.Directory.GetFiles(folder);
}
The output can then be processed by the readfile-component in the special tab.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by