Grasshopper

algorithmic modeling for Rhino

why cant find the script of "surface from network of curves and patch"

i can find the "surface from network of curves and patch" battery in grasshopper and still not find in rhinoscript? why.?

Views: 2115

Replies to This Discussion

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.

Attachments:
Only available in rhino 5...
i cant find in rhino 5
if it not exist in rhino sdk ,how to use the "nw and patch" in grasshopper?
let me see your file,thank you .
let me see your file,thank you .
still not effective..

Seems to work just fine to me..

can i have your msn?

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)

i am not bad guy~~.Maybe i should learn python and rhinocommond well.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service