Grasshopper

algorithmic modeling for Rhino

hey,

 

i want to offset a curve using vb in gh. with my amateur skill i still should be able to do this. anyway when i type the 'rhino.geometry.polycurve. ... ' i miss almost all members i should be able to choose. i can look them up on the rhino sdk website so i can see all the members i should be able to use.

 

thx!

Views: 134

Replies to This Discussion

Hi gised,

 

if you type "Rhino.Geometry.Polycurve." you will only see the Shared members that are available on this type. If you want to see the members that operate on an existing PolyCurve, you'll need to address it via an actual instance instead of the type name:

 

Dim crv As Rhino.Geometry.PolyCurve = myPolyCurve

crv.

 

--

David Rutten

david@mcneel.com

Poprad, Slovakia

 

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service