Hi, does anyone knows if there is a quick method in rhinoscriptsyntax or in Rhino for generating a planar quad mesh, define with boundary and subdivision in X,Y. Thanks
Hi @Antonio_Cersosimo, you might look at Rhino.Geometry.Mesh.CreateFromPlane
method.
_
c.
1 Like
Thanks, that works nicely.