Hello ,
I have created a class called Node which gives a point and a sphere with the diameter.
Using that class in Runscript I created a grid and made a point attractor to play with the sizes of the spheres.
Now I want to create a code which has another Class called Grid which will give me out Grid of points and spheres. But I need to use the array of previous Class Node ie. Node and Listattractors in this new Grid Class. Can you help me with the script?