I didn’t find a way to produce an attraction point inside a 3d grid that changes the grid when it moves on curve. There is a lot of tutorials about 2d grid, I don’t understand how to do it in 3d. Thanks for the help
This topic might help…
1 Like
The edge damping (white group) can be minimized or ignored. As I recall, this might work better with Nurbs curves instead of IntCrv?
1 Like
3 Likes
this is great! Exactly what needed. thanks for the help
Swapped inputs to Vec2Pt to “squeeze” instead of expand near the attractor point. Also used Nurbs curves instead of IntCrv and added three NetSurf components to get three sets of surfaces from these curves.
nurbs grid_2021Jun10a.gh (43.0 KB)
There is a known error in this code… The RecGrid ‘Ex’ and ‘Ey’ inputs must have the same value.
Simple fix: Version ‘C’ (‘Ex’ and ‘Ey’ values can be different) Added CONTRACT/ EXPAND switch (Value List) instead of re-wiring.
nurbs grid_2021Jun10c.gh (46.1 KB)
1 Like
3d attractor.gh (20.3 KB)
1 Like