Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: non-uniform scale after inserting

  1. #1
    Member
    Join Date
    2008-07
    Posts
    26
    Login to Give a bone
    0

    Question non-uniform scale after inserting

    Hi,

    I am trying to insert blocks and change the scale factor only on the X-axis using the following piece of code:

    (command "-insert" blc_emp "x" "1.22293" pti "1" "1" "0")

    it doesn't work and I can't understand why. Any of you guys know why or if it is done in a different way?

    Thanks
    D

  2. #2
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    It looks like when you type in your x scale factor, then after the insertion point all you need to answer is the rotation prompt. So try

    (command "-insert" blc_emp "x" "1.22293" pti "0")

  3. #3
    Member
    Join Date
    2008-07
    Posts
    26
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    I am working with an existing routine... those "1" "0" "1" came from another insertion in the routine...for some reason, yes, it was rotating the block "1" degree but it is not doint it for the other block insertions....?

    somehow, the scale part, (didnt have to do with the rotation been 0 or 1) is working now. I used a previous version and wrote the code as I posted it... and it's working...

    thanks!

  4. #4
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    In the previous code they probably didn't specify the scale like you are. If you don't specify the scale where you do, then the prompts after the insertion point are for; x scale, y scale, and rotation.

    You're welcome.

    If you have problems with items with command calls, you can test them on the command line and see how to answer the prompts.

  5. #5
    Member
    Join Date
    2008-07
    Posts
    26
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    you know, that's what I thought about the "1" "1" "0" deal. And I remember seeing that when using the command line to check the steps.

    but now, I go to the command line and use the "_insert" command, pops up the window, I choose the block, insertion point...and then it asks me for rotation and not the "x, y, rotation" order...

  6. #6
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    To use commands on the command line; enter the command with a hyphen in front of it, and if it has a command line version then it will execute it without the dialog. So try "-insert".

  7. #7
    Member
    Join Date
    2008-07
    Posts
    26
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    yes man, the problem is that when I write "i" or "_insert" not "-insert", it still asks me first for rotation and not for scale in "x" as you said and as I remember seeing...

  8. #8
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    I'm not sure what is going on then. Sorry I can't be of more help.

  9. #9
    Member
    Join Date
    2008-07
    Posts
    26
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    no worries.... and it is not a problem really, coz it's working...!

    thanks man

  10. #10
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: non-uniform scale after inserting

    Thats good to hear then. You're welcome.

Page 1 of 2 12 LastLast

Similar Threads

  1. Inserting Scale Bar
    By forrester.mscott614155 in forum AutoCAD Civil 3D - General
    Replies: 2
    Last Post: 2012-08-02, 04:28 PM
  2. Blocks inserting at odd scale
    By Mac Demer in forum AutoCAD General
    Replies: 7
    Last Post: 2010-05-17, 08:56 PM
  3. Non-uniform SCALE command for objects
    By jtdonville in forum AutoCAD LT - Wish List
    Replies: 1
    Last Post: 2008-03-03, 04:41 PM
  4. Symbol Scale Inserting Issue
    By mikehoss66 in forum AutoCAD General
    Replies: 8
    Last Post: 2006-02-06, 05:43 PM

Posting Permissions

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