Hi,
I am Tarkin a beginner started learning grasshopper. I had a query please could some 1 help me out with this. So in the below script I have created a grid of size 2150x2150.And I have created a maze connecting the centroids of the grid. Through grid spreading I have distorted the grid using pinch n spread points component in pufferfish plugin. so my output that i wish to make is as follows.
1)How do I distort the spiral (maze) in such a way that the spiral gets distorted when the grid is distorted.
2)Create multiple distortion points in the grid.
3)Changing the angle of the maze when angle of the grid is changed.
4)Creating breaks in between the maze.(as marked in the image in red)
I lost in your definition , you need to improve it
Try with Split tree and you must know the indexes of rows and columns where your points located.
for example: {*;0 to 8}[10] mean from column 0 to column 8 select points in row 10 {*;8}[2 to 10] mean select points in column 8 from row 2 to row 10
but the process is not being iterative.so when i change the attractor points i want the grid distortion and the maze to distort to happen simultaneously.