Grasshopper

algorithmic modeling for Rhino

divide segment in random sub-segments with min and max lenghts

Hi all!

Does anyone know how i could divide a segment in a specified number of sub-segments, so that they do have random  lenghts but also have a min and max possible length?

thanks a lot!

Views: 5061

Replies to This Discussion

That exactly correct. u and v are simply the two-dimensional variants of t. In fact, u and v are only called u and v by users, programmers tend to prefer s and t.

It is actually quite expensive (CPU cycle wise) to calculate an exact length along a curve. This is why almost no SDK functions use length based parameters.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
It was so easy to think that t=0.5 was the middle of the curve and u0.5 v0.5 was the middle of the surface!! I miss it already.

Thanks
While I understand the distinction between the length along the curve and the curve parameter, I've found t values extremely easy to work with. It took a while to sink in, but now I find it very intuitive to treat surfaces and curves as 2 and 1 dimensional intervals respectively.

I'm wishing I had some component, similar to subsurface, that could extract a subcurve based on supplied intervals. I think such a component would have been very helpful with this particular discussion. Currently, seems that I would have to shatter a curve, and then select out each portion.
There is; SubCurve

Isn't there?

--
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