Change coordinates from a list points

Hi everyone, I need help with a modification to my point lists.

I want to modify the positions of my points in X and Z based on a pre-existing list of points. Is there any way I can add values to my points to generate new points?

I want my diagonals to not intersect each other but instead have a distance between them so that when I import it, it appears correctly modeled.

Yep, a co ordinate is jusy a number so you split the point with point.x , point y , and point z. Make the additions or subtractions to whatever vector then merge them back together with pointbyxyz node.

2 Likes

This node may help: Dynamo Dictionary

Note the vector would likely be formed by the original points and the new points.

2 Likes