10-06-2020, 02:35 PM
I'm still ain't sure exactly what you try to achieve here.
Do you mean like creating a zig-zag between the lines,
Line 1 : L1
Point 1 : P1
So the path would look like this: L1P1 -> L2P1 -> L2P2 -> L1P2 -> L1P3 -> (...)
You talk about the tool angle, what would define this angle?
I think the best way for you would be to manipulate the points data directly either manually in a txt or csv file or automatically using our Python API.
Jeremy
Do you mean like creating a zig-zag between the lines,
Line 1 : L1
Point 1 : P1
So the path would look like this: L1P1 -> L2P1 -> L2P2 -> L1P2 -> L1P3 -> (...)
You talk about the tool angle, what would define this angle?
I think the best way for you would be to manipulate the points data directly either manually in a txt or csv file or automatically using our Python API.
Jeremy