LoopWhile adding Points

Trying to add points along a line until points are outside of a bounding box.

It would be simpler to replicate the points then test for containement and cull all the points outside of the boundary.

can you try just using true in the code block, not a string

You’re not feeding in function objects:

2 Likes

Thanks!