+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Senior Member
    Using
    not specified
    Join Date
    Jan 2006
    Posts
    211

    Default scaling using object snaps

    Registered forum members do not see this ad.

    When I scale, I use object snaps to specify the base point, but I don't seem to have the option of using object snaps to specify the extents of the object I want to scale. Instead, I'm asked to specify a scaling factor.

    What if I want to scale something down to match the size of another object using that object's snap points. For example, I have a floor layout and a wall. The wall is too big so I want to scale it down but I don't know the exact size. I can move one corner of the wall onto the corresponding corner of the floor layout using object snaps. Now, how would I scale the wall down so that the opposite corner matches up with the corresponding corner of the floor layout? That is, I want to click on the opposite bottom corner of the wall and then click on the corresponding corner of the floor layout and have the wall scale down accordingly. Is this possible?

  2. #2
    Forum Deity
    Using
    not specified
    Join Date
    Jul 2004
    Location
    Anchorage, Alaska
    Posts
    2,074

    Default

    Try the "align" command, it has an option to scale to the points you select for aligning.

  3. #3
    Super Member SEANT's Avatar
    Using
    AutoCAD 2012
    Join Date
    Aug 2005
    Location
    Rhode Island
    Posts
    1,968

    Default

    Registered forum members do not see this ad.

    In addition to CarlB's advise.

    After specifing a base point the user is offered-
    Specify scale factor or [Reference]:


    Type "r" at the command. You will be able to do what you described, albeit in a somewhat convoluted manner.

    For a more fluid interaction I use the macro:
    Code:
    ^C^C_Select \scale previous ;\r @;
    Similarly, this is a more user friendly rotate with reference:
    Code:
    ^C^C_Select \rotate previous ;\r @;
    Last edited by SLW210; 14th May 2012 at 03:43 pm. Reason: add Code Tags

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts