Documentation > Mesh Ops Plugin BPLibrary > Traverse Loop Until Intersect

Traverse Loop Until Intersect

Goes along Loop from Start going forward if Dir is one, and backward if negative one. It stops when it has found an intersection with Other. Optionally inserts the new point into Other at OtherIndex.

Inputs

In
Exec

Loop
Array of Vectors

Other
Array of Vectors

Start
Integer

Dir
Integer

Path
Array of Vectors

Insert
Boolean

Close Loop
Boolean

Close Other
Boolean

Outputs

Out
Exec

Out
Vector

Loop Index
Integer

Other Index
Integer

Return Value
Boolean

Goes along Loop from Start going forward if Dir is one, and backward if negative one. It stops when it has found an intersection with Other. Optionally inserts the new point into Other at OtherIndex.