Rounding to whole number

Hi There,

I'm trying to set inputs to round to the nearest whole number but am having no luck.

Currently when I draw a new line or rectangle etc, the dynamic input shows and resulting line creates the line length to two decimal spots, eg 1111.23. I need this to be automatically drawn or snapped to the nearest whole number, eg 1111.00 (actually drawn to .00, I don't want to just set Linear unit precision to 0, but still be able to draw a line that's 1111.4562 and I just can't see those decimal places).

I have this issue every time I update Bricscad or do a fresh install and can never remember the correct settings. I've tried adjusting every unit unit setting I can find in settings. DIMRND doesn't seem to change anything and I can't remember the other setting I've used before.

Any help would be appreciated. Thanks,

Ben

Comments

  • Hi Ben,

    Try using

    SNAPUNIT: 1,1

    SNAPTYPE: 0

    SNAPMODE: 1

    That should achieve what you are after.

    Cheers.