Feet and Inches to Decimal script update for v8

Hello all,

These simple lines of code enable me to jump between FEET AND INCHES to DECIMAL on the fly using alias as trigger. This worked great in Rhino 6 and 7. Could one of you nice smart folk update the language to work with Rhino 8.

! _-DocumentProperties _Units _DistanceDisplay _Decimal _EnterEnd
! _-DocumentProperties _Units _DistanceDisplay _FeetInches _EnterEnd

Big thanks in advance.

Hi Stanity -

In Rhino 8 you need to specify model space or layout space.
These are for model space:

-DocumentProperties Units ModelUnits DistanceDisplay Decimal EnterEnd
-DocumentProperties Units ModelUnits DistanceDisplay FeetInches EnterEnd
-DocumentProperties Units ModelUnits DistanceDisplay Fractional EnterEnd

-wim

1 Like

Works Perfectly!
Big thanks Wim.

1 Like