Jump on 0-5-10 mm

Hi

Can someone tell me if there is a global setting that let dimensions  jump on 0-5-10mm.

I‘m trying to change dimensions from such as 3256mm to 3255mm /4559mm to 4560mm without doing it manually.

Unnst-1

Parents Reply Children
  • Hi Adrian,

    I don't work with Feet and Inches but from a quick test the same key-in works to provide 5" readings, i.e
    mdl load calculat; calculator mdlDimStyle_setDoubleProp(mdlDimStyle_getActive(), 5.0, 1083)

    My settings are as follows
    Working Units:
    Primary: Feet
    Secondary: Inches
    Accuracy: 1/16 (change to whatever suits)

    Dimension Settings:
    Label Format: Mu Label SU Label
    Master: Feet
    Sub: Inches
    Accuracy: 1/16

    Invoking the keying changes my sub units reading to this kind of thing
    10ft 0in
    10ft 5in
    10ft 10in
    11ft 0in etc...

    And once again to reset the active dimension readout change use this keyin
    mdl load calculat; calculator mdlDimStyle_setDoubleProp(mdlDimStyle_getActive(), 1.0, 1083)

    HTH

  • Hi Barry

    Thanks for the reply but what I actually meant was is it possible round a bearing dimension to the nearest 5 seconds (")?

    Adrian