Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Requirement is to get angle between the roof element face orientation with true north.
Want to get true north direction in XYZ beacause i am having face normal direction in XYZ so i can use angle to Api to get angle.
Able to get projectPostion and other things.
ProjectPosition projectPosition = projectLocation.GetProjectPosition(XYZ.Zero);
double angleProject = projectPosition.Angle;
Also got east/west ,south/north.
but from that not sure how to get direction of true north in XYZ could anyone help?.
Solved! Go to Solution.