Precision

 From:  Michael Gibson
4960.2 In reply to 4960.1 
Hi ed, I'm not really following along with the angle part.

I don't think you would want to limit the angle by some small amount like 0.1 degrees since that is a really teeny tiny angular amount.


> For example i can set steps of 0.1 and then it will not let
> me draw something with more 0.000's in it, just multiples
> of 0.1.

Yup, this part is handled by grid snap.

If you only want to use points where the coordinates only have increments of 0.1 and not values like 0.182 or stuff like that, then set grid snap to 0.1 and it will do exactly that for you - every point that you pick will be locked to be an increment of 0.1 .

I'm not really following how what you are requesting is any different than what grid snap already does...

- Michael