algorithmic modeling for Rhino
Hi guys. I know how to move a point a long a curve, but I would like to know if there is a way to increase accuracy of steps. Example: if my geometry is 10.000, i would like that my steps are of 0.05. Hope that someone could help me. Thanks in advance!! ;-)
Tags:
Not sure I understand you.
From three decimal number (10.000) you lowered to two decimal number (0.05). I guess that is decreasing of accuracy.
0.05 is 0.050. Is that what you need?
Ouch, I'm sorry. My geometry is 100 meters, I would like that my steps are of 0.05 meters at least. I can't set slider with 2000 steps because geometry is variable, could be smaller/largest than 100 meters.
have a go with this def, goal is find numbers that could be length parameters of curve at a certain increment, put them in a list, choose one and evaluate it.
My approach would be to divide your curve length by the chosen increment, to get the desired number of steps, feed that number into the series count and the increment into the series step. then choose a number out of the series via slider and listItem, then evaluate by the length of the curve.
There is a problem with my definition: example, if my curve is defined by 200 steps, point can only do a movement from step 0 to 200 (it's consistent), but I would like to go over, like a loop (my curve is closed). Hope that someone could help me!! ;-)
Set W input of ListItem to true. This will wrap indices around the list end.
Great, I didn't know this option. Thanks a lot Hannes!! ;-)
A little curiosity can take you a long way. Just hover over inputs you don't know by heart.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by