Sorting Vectors to Process Vectors by Vector

How do l manage my lists, such that l can process or run a list by its vector?

I am using the rebar by curve node and using the curve with overlap node, wish to not only generate rebar which has been split to criteria, but with a side offset as the node allows, yet the issue is in one direction the offset is correct and in the other direction it is not.

Any thoughts would be appreciated.

To be honest I just have no idea what you mean.

2 Likes

Are you asking to filter by similar vectors? As in if Element in List A has approximately similar vector to a vector 1, process it?

If so, Vector.IsAlmostEqualTo with a filterbyboolmask might be a good start.

Can you show some pictures or your attempt at a script so we have a better idea?

1 Like