algorithmic modeling for Rhino
Hi there,
I'd like to do the equivalent of the "Evaluate Surface" Gh component but in a VB one.
Could anyone tell me what is the right function to use and what is the right syntax for the arguments ?
I've tried with "Evaluate" but it is asking for more than just u and v coordinates and I can't understand why.
Many thanks
Tags:
Hi Adrien,
If you have a surface, u and v and want to get point on surface and normal at (u,v), then you can find the point using:
surface.PointAt(u,v)
and the normal using:
surface.NormalAt(u,v)
-Rajaa
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