algorithmic modeling for Rhino
Hi,
maybe this way... ?
Best,
Raul
That means: the component has no image.
Also in my example you don't need the "Image Sampler" Component.
You have to right klick "F" and choose "Set one File Path". Then you must set the Path to your picture (like "C:\....bla.jpg")
Please let me know if it works.
maybe the image is too big
For my example i got this one
Is it not possible to equip your definition with more horsepower? :D
I need more color value.
the files!
Im a bit confused because i just fill a list...
private void RunScript(List<Color> C, ref object A)
{
List<Color> myColorList = new List<Color>();
foreach (var my_color in C)
{
if (!myColorList.Contains(my_color))
{
myColorList.Add(my_color);
}
}
A = myColorList;
}
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