Post Reply 
DMS conversion in geometry numeric view
10-27-2014, 09:44 PM (This post was last modified: 10-27-2014 09:51 PM by rls43185.)
Post: #5
RE: DMS conversion in geometry numeric view
Thanks Marcus. In the NUM screen of Geometry app I have added the following:
DEGREES (label)
450-((IP(ordinate(polar_coordinates(GA-GC)))) MOD 360)

MINUTES (label)
ABS(IP(FP(ordinate(polar_coordinates(GA-GC)))*60))

SECONDS (label)
ABS(FP(FP(ordinate(polar_coordinates(GA-GC)))*60)*60)

This provides a conversion but looks sloppy as it lacks the proper symbology. It works none the less and does show up in plot view which is nice. It does convert from argand plane to 360 north azimuth. just assume some coordinates for points GA and GC.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: DMS conversion in geometry numeric view - rls43185 - 10-27-2014 09:44 PM



User(s) browsing this thread: 1 Guest(s)