I just found an example that it use Coordinates.SurveyPoint to rotate true north.
Is there a good way to change project north by angle by means of Dynamo nodes? For example, the user can input a angle (45 degree) to rotate the project north clockwise .
The Project Base Point can only be used to set the parameter of “Angle to True North”. Actually, it is used to rotate the true north. However, what I want to achieve is to rotate the project north, by input an angle, when the orientation property is set as Project North. Do you have any other suggestions?
I try to develop an program, and a part of my program is to rotate the project north by angle, where the user can input any angle (0-360) to rotate the project north easily. However, the manual method provided by Revit, can only rotate by 90 or 180 degrees, or you have to align selected line or plane to rotate the project north. I thinks this method is not smart enough.