+ Reply to Thread
Results 1 to 3 of 3

Thread: Scaling

  1. #1
    dimekus
    Guest

    Default Scaling

    Registered forum members do not see this ad.

    I want to resize multiple polygons at one time (reduce in size) and at the same time increasing the distance between them. I cannot use offset for each object as i have a lot of polygons and some of them are of an irregular shape, which will present difficulty when offsetting. Moreover this has to be one by one. I cannot use scale as this will increase or decrease this space between the polygons also.Any suggestions please?

  2. #2
    Super Moderator fuccaro's Avatar
    Using
    AutoCAD 2006
    Join Date
    Nov 2002
    Location
    Romania, Marosvasarhely
    Posts
    3,540

    Default

    Dimekus
    Is it your AutoCAD full, or it is a LT version? If it is a full one, how about a Lisp routine? (Old members, please stop smiling!).
    But what base point should it be used? The first point of the polygon? Or maybe the centroid? I think you do not want to pick the base point for each one.

    My opinion: it is enough to post your questions/suggestions/observations/... in a single place. People visiting this Forum will “scan” all the areas searching for interesting things. Even for you it will be easier to watch the answers.
    It's nice to be nice, but sometimes is nicer to be evil!.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.

  3. #3
    Yahia Madieh
    Guest

    Default

    Registered forum members do not see this ad.

    You can use the Autocad command multiple. If you have 4 polygons, as an example, triangle, square, pentagon and trapezoid.

    Command: multiple (enter)
    Enter command name to repeat: scale (enter)
    Select objects: Specify opposite corner: 1 found (pick on triangle)
    Select objects: (enter)
    Specify base point: pick on corner of triangle
    Specify scale factor or [Reference]: 0.75 (enter)
    SCALE
    Select objects: Specify opposite corner: 1 found (pick on square)
    Select objects: (enter)
    Specify base point: pick on corner of square
    Specify scale factor or [Reference]: 0.65(enter)
    SCALE
    Select objects: Specify opposite corner: 1 found (pick on pentagon)
    Select objects: (enter)
    Specify base point: pick on corner of pentagon
    Specify scale factor or [Reference]: 1.2
    SCALE
    Select objects: Specify opposite corner: 1 found (pick on trapezoid)
    Select objects: (enter)
    Specify base point: pick on corner of trapezoid
    Specify scale factor or [Reference]: 18.9
    *Cancel*

    Now, repeat the multiple command with move for all polygons.
    Good luck

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