Object frame progress

 From:  Michael Gibson
1571.26 In reply to 1571.7 
Hi Fredrik,

> If the widget would snap to the cPlane grid, it could
> also be precise if you want it to...

The widget's starting position is based on the bounding box of the object. When you drag it, if you have grid snap turned on, then that new target point will snap on to the grid.

The way the scaling works, is that it puts the edge of the bounding box through that point that you pick.

So that should be able to give you a certain amount of accuracy in some situations.

But really to get precision results the regular scale command will still be the one to use, that one will have more control over the origin point of the scale, and also you can pick any feature on the shape as the reference point for that one, instead of the bounding box being the reference point.

- Michael