Rotate in sexagesimal degrees instead of decimal

There’s any way to input degrees in sexagesimal instead of decimals without converting them?


I need to draw this plot and it has to be precise. So, how can I input minutes and seconds to rotate?

you could enter 134+16/60 in the commandline

1 Like

Thanks!

Rhino supports “Surveyor’s” angle units:

Angle units

Use any of the Rhino angle unit measurements including fractions. You can mix input types.
The direction for 0 degrees is 3 o’clock. Positive angular measurement is counterclockwise.

Decimal Degrees
The “°” symbol can be used, but it is easier to just type d.
45 (If no units are specified, then degrees are assumed.)
45°
45d
39deg
22.875degs
12.345e2degree
180degrees
47.653395°

Degrees/minutes/seconds
128d37’22"
128°37’22"
99d37’45.234"
32.543’
32’30.1234"

Radians (1πr=180°)
3.1415926535897932384626433832795r (pi radians)
1.234r
1.234rad
1.234rads
1.234radian
1.234radians

Gradians (100g=90°)
4.00g
4.00grad
4.00grads

Surveyor’s units
S47°39’08.54"E

2 Likes

OK, I read the online help too, but, how can I actually set a unit of measure other than decimal degrees with a positive counterclockwise direction? I did’nt find any dialog item in the user preferences or a command. Thank you.

Hi Luciano -

This thread was about setting an angle when rotating something, not about measuring an angle.
That said, the annotation style has the following angular units to choose from:
image

-wim

Hi Wim, thanks for the reply. I apologize for choosing the wrong thread. However, I believe that the rotation problem could be more effectively and automatically solved if Rhino allowed the user to set a general angular unit for the entire model like Autocad. Annotation units are another matter. By.