algorithmic modeling for Rhino
Surface.Transpose(), if memory serves
Yeah, that's what I thought, but can't really make it to work
private void RunScript(Surface x, bool y, ref object A)
  {
    Surface s = x;
    if(y) x.Transpose();
    A = s;
  }
 Surface UV flip C.gh, 3 KB
 Surface UV flip C.gh, 3 KB                            try this:
private void RunScript(Surface x, bool y, ref object A)
{
Surface s = x;
if(y) s = x.Transpose();
A = s;
}
Oh my God, I'm such a noob... hehe.
Thanks a lot Andrew, it's working perfectly now.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
    © 2025               Created by Scott Davidson.             
    Powered by
    