ciple to surfaces, but it was pretty tough cause:
1. you have to fully understand how param equations and u-v param relate each other
2. you have to translate that mechanism to the data structures of GH
So the most difficult part was to think of a data logic that could fit the needs of parametric equations.
I've been testing the definition with several surfaces, and it seems to work well so far. If errors keep on not appearing, I'll share the definition and you can download it.
Cheers…
the parameter as the first polyline + the change:
if the first polyline segments was :
pt80{8,9,0}, pt81{10,10,0}, pt82{12,11,0}, pt83{16,11,0}, pt84{19,12,0}...pt89{26,20,0}
then in the new polyline I want it to be (with a change in the x axis of 8 segments)
pt80B{8+8,9,0}, pt81B{10+8,10,0}, pt82B{12+8,11,0}, pt83B{16+8,11,0}, pt84B{19/19+8,12,0}...pt89B{26,20,0}
Thank you for all the help
and you made everything to sound so easy…