Grasshopper

algorithmic modeling for Rhino

Hi! How can I divide a line with non-equal distance between the points? I want the distance to get smaller and smaller (ex. x1=x, x2=0,5*x, x3=0,5*x2).

My second question is how i can get the thickness of a line (or a pipe) to decrease?

Thank you!

Views: 864

Attachments:

Replies to This Discussion

Hi Madeleine,

the series {1*x, 1.5*x, 1.75*x, ...} approaches 2.0 * x, it will never reach the end of the curve if the curve is longer than twice x. Is that what you're after?

The attached file generates a list of distances according to some equations and then divides a curve at those distances.

Attachments:

Thanks!!

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