Grasshopper

algorithmic modeling for Rhino

Choosing the starting point of a division of a closed Crv

Hi,

I have a question regarding the division component. If I have a closed curve, and divide it in Rhino, I can choose a starting point for the division. Is it somehow possible to also define that point from grasshopper?

Thanks in advance for your help,
Martin

Views: 496

Replies to This Discussion

Martin, you can shift the closed curve seam within a VB component.



Sub RunScript(ByVal inCrv As OnCurve, ByVal start As Double)
inCrv.ChangeClosedCurveSeam(start)
A = inCrv
End Sub

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