Grasshopper

algorithmic modeling for Rhino

hi 

I need to rotate a uv division on a surface. how can I do it?

thanks

Views: 2995

Replies to This Discussion

I need exactly the same uv subdivision you see in the picture, but rotated of 90 grades!

Hi Aldo

The only solution I can think of is through a VB.NET conponent, but a very simple one.

 

1. Drop a VB.NET component on the canvas.

2. Open the component code editor (double click)

3. Where it says "'your code goes here…" write 

A = x.Transpose()

(this Rhinocommon function swaps the UV matrix)

4. Set the x variable type hint to surface.

 

That should do it. I'm uploading a .gh with it.

Hope it works out for you.

Eduardo

Attachments:

thank you!

I'll try to do as you suggest! thank you!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service