HI,
I have four Curves and I need to move the Curves to let them connect with each other. I have a script as follows. I need to repeat the script three times to complete the mission. I think the best way is to use Loop, but I don’t know how to do it. Please help me,Thanks.
Uploading the script will help to understand.
1 Like
What about the PolyCurves.ByJoined curves node with a really high tolerance factor?
I have four Curve,I need to move the
Curves to let them connect with each other, use Geometry.Translate can complete the mission, but move first Curve there will be a new end point, by the new end point i can use Geometry.Translate let them connect with each other, repeat this can complete the mission. but I think can use Loop solve this problem.
there is my scrip
Move Curve.dyn (70.0 KB)