Grasshopper

algorithmic modeling for Rhino

I m trying to creat a curve passing by each point, how do you do that in vb.

pleas see the attachement,

 

Regards

Views: 227

Attachments:

Replies to This Discussion

Dim points As New List(Of Point3d)

points.Add(New Point3d(0,0,0))

points.Add(New Point3d(10,10,0))

points.Add(New Point3d(20,0,0))

points.Add(New Point3d(30,10,0))

Dim crv As Curve = Curve.CreateInterpolatedCurve(points, 3)

 

--

David Rutten

david@mcneel.com

Poprad, Slovakia

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