Hi, there! Trying to make a LoopWhile node work, but somewhere I do a mistake obviously. I have never understood this nodes in full… Got no success trying to read up on it in old forum posts either.
What I’m trying to do is to make straight line segments of one set length along a curved PolyCurve for as long as the curve is. My approach is to create a sphere with a set radius at the startpoint of the curve, do a Intersect and extract the endpoint from the resulting NurbsCurve. Then create a similar sphere at that endpoint and repeat until the end of the curve. Anyone got a suggestion?
Script can be uploaded if needed.