PDA

View Full Version : Fractional inches settings...


Mick
10-31-2000, 01:32 AM
Does it possible to set the fractional inches dimension to display only in x/8 or x/16 or x/32 and not in x/64 and x/128... it's possible with ME10, but I didn't find the switch in annotation. Thanks

Michael Kahle
11-06-2000, 06:08 PM
You can save the global dimension settings to a file (*.dms) and edit the field: DOCU::FRAC-FORMAT 64 --> DOCU::FRAC-FORMAT 8 Or you set the fractional settings with: (setf (docu::unit-format-default-setting-frac-format docu::*default-unit-format-settings*) 8) Regards, Michael