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;
}
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by