Hello, I would like to connect two points placed in mirror, however I can’t find the right solution. Should I separate the two points and create a line? And if so how to do it?
The two points in the text panel are in different branches of a data tree. You can:
-
Use ‘Sets | Tree | Explode Tree’ (BANG!) to access each point for a Line component or
-
Flatten the tree and use PolyLine (PLine), which connects points in a list or
-
other ways that manipulate data trees if your data tree of points is more complex (as would happen if you connect multiple MD Slider components to a single Evaluate Surface component, for example).
2 Likes