In an existing macro, I can supply a list of cartesian coordinates from a CSV file, select a target element and for each coordinate, calculate the bearing rotation (angle measured clockwise between north to line perpendicular from coordinate to target element) and write it to the next column in the CSV.
In my current macro I want to be able to place cells at the same coordinates using the calculated angles however I am unsure which Matrix3D method I should use and looking for some advice.