Data Masks

Hi,

Just a general question, can you change the order of the paths within a structure. I understand you can use masks to manipulate the way data acts. But how can I reorder it?

For example, I have a set of triangles which have a certain path, if I was to join them as they are the line would follow through instead of creating triangles. So how can I change the order to suit what the user wants? The desired effect would be to have a continuous spiral, therefore, missing appoint each time.

No, the order of paths in a data tree is determined fully by the intrinsic sort order. What you can do is replace the existing paths with other ones that sort the way you want.

Hi,
How can i replace the existing paths with other ones?

Create a list of new paths, then use the Tree Statistics component to get the old paths, and do a Path Replace.