cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Summary: Deg, min, sec display in dwg table?

unknown1
1-Newbie

Summary: Deg, min, sec display in dwg table?

Thanks to Brian, Doug and Vaughn!!!

ITOS - Integer to String
Floor- Round down to integer

And my relation should read something like:
deg_A = itos(floor(A))

exact_min_A = (A - floor(A)) * 60
min_A = itos(floor(exact_min_A))

exact_sec_A = (exact_min_A - floor(exact_min_A)) * 60
sec_A = itos(floor(exact_sec_A))

ang_val_A = deg_A + "° " + min_A + " " + sec_A + ""


Thanks again!
Justin

0 REPLIES 0
Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags