Grasshopper

algorithmic modeling for Rhino

Hi ,

In my workflow, I need to swap  uv of one surface a lot of times .I can achieve this by using one script componnet.

he contains:

if(srf == null)
      return;
    O = srf.Transpose()

Very simple but very useful !

But I want more ! 

How can I swap just the U or V direction separately ?

So this is my wish :

This may be very simple , but it's too hard for me to write code myself . Who can help ?

Views: 1431

Replies to This Discussion

Hi Alpha,

If you install the Lunchbox Plug-in there is a one included. http://www.grasshopper3d.com/group/lunchbox

@Danny,

Thanks Danny , I didnot know about this .It's great !

@David,

Great to have one second option .

In the meantime, I attached a VB component for it.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Attachments:

Hi David,

i just tried this vb component in the last build and as soon as i toggle any boolean i get an invalid Brep on the output A which can't be baked.

i am not very good at scripting so i didn't really manage to debug it.

probably some parts are obsolete by now?

i already tried to build a c# version of it, which works for surfaces but i don't get it right for Breps.

it would be great if you could point me in a direction how to solve this.

cheers,

Daniel

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service