Grasshopper

algorithmic modeling for Rhino

Hello,I want to know how to pull a curve to surface,can I use the "pull" command in Rhinoceros,and how?

Views: 1065

Replies to This Discussion

hello again ,,, try this in Old VB

    If bln Then

      Dim mObj As New MRhinoCurveObject
      mObj = doc.AddCurveObject(Crv)
      Dim nObj As New MrhinoSurfaceObject
      nObj = doc.AddSurfaceObject(srf)

      doc.UnselectAll
      mObj.Select()

      app.RunScript("_-Pull " & ( nObj.Select()))
      nObj.Select()
      app.RunScript("_Enter")
      'app.RunScript("_delete")
    End If

this is file
Attachments:

thank you!

but i have another problem,i want any add the curve on surface to the document but not the

origianl objects,how can i do ?

And how can i get the new create object and assign it to a variable?

thanks again!

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service