algorithmic modeling for Rhino
Perhaps these commands not present in the Rhino SDK.
NetworkSurface does seem to exist in RhinoCommon:
http://www.rhino3d.com/5/rhinocommon/html/Overload_Rhino_Geometry_N...
I've attached an example using GH 0.8.00.66 and GhPython 0.5.0.0.
Seems to work just fine to me..
Sorry, but no. Did you look at the example file? If you can't open it, here is the code (the input parameter is called "Crvs" and is set to "list access" and type hint "curve", output parameter is called "Srf"):
import Rhino as rc
t = 0.001
Srf = rc.Geometry.NurbsSurface.CreateNetworkSurface(Crvs,0,t,t,t)
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