Hi,
Apologies, I’ve seen that this has been asked before but I cant get mine working.
I got a bunch of X,Y,Z coordinates that are in relation to project base point. I want to place families at this point, however, I need to covert those X,Y,Z project coordinates in coordinates that Dynamo can place.
I attempted using the method linked below, however that adds the shared coordinates to the family’s location. I need to do the opposite.
I tried to achieve this by putting the point to 0,0,0 and then subtracting the vector to the family cords. This is my mind should cancel out the project base points. However, when I place the family they are still off.
Any ideas?