Grasshopper

algorithmic modeling for Rhino

Hi all, 
I am looking for a way to create a simple planed surface using rhinocommon.
I thought I could do that using  pointsas inputs but I see nothing in the rhinocommon SDK that allows me to do that.
Can someone help me ?

thanks

Views: 692

Replies to This Discussion

before I used something like that
RhUtil.RhinoCreateSurfaceFromCorners(ptA, ptB, ptC, ptA)
Hi raf,

have a look at the static (Shared in VB) function on NurbsSurface:

NurbsSurface.CreateFromCorners()

--
David Rutten
david@mcneel.com
Poprad, Slovakia
Oh! Great !
Thank you David.

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service