Grasshopper

algorithmic modeling for Rhino

Hi there, 

I have looked through the posts already on this website and I cannot find a fool-proof way to swap the U and V coordinates. I.E. so that the coordinates in the U direction transpose to that where the V coordinates were.

I do not know scripting and nothing I have read or tried has helped so does anyone have a fool proof solution? Preferably one that works on the latest version of Grasshopper?

Thanks :)

Views: 693

Replies to This Discussion

There is a reverse surface component in the Lunchbox Plugin which is works in the latest version.

Thank you Danny! That component works perfectly! :) There is also a great range of useful componetry with Lunchbox.

Thanks

works in 0.8:

Private Sub RunScript(ByVal srf As Surface, ByRef A As Object)


If srf Is Nothing Then
Return
End If
Dim newSrf As Surface
newSrf = srf.Transpose
A = newSrf


End Sub

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service