See the top rated post in this thread. Click here

Results 1 to 4 of 4

Thread: My argument for simple scripting support

  1. #1
    100 Club Eric Stewart's Avatar
    Join Date
    2003-09
    Location
    Raleigh, NC USA
    Posts
    138
    Login to Give a bone
    0

    Default My argument for simple scripting support

    Or maybe someone will show me a trick.

    I am placing hundreds of structural columns. I am placing them by grid intersection. Once I click finish on the options bar about 75% of the columns placed are not oriented the way I want them. I must rotate each one 90deg. Selecting the column, picking the rotate tool, typing 90 and pressing enter in the options bar.

    Back in the old days.

    (defun c:r90()
    (command ".rotate" pause "" "ins" pause "90")
    )

    Then I could place all my columns, and go back to each one envoking the "r90" command by a simple right click and two picks per column and it would be rotated.

    Don't get me wrong, I DON'T want to go back to AutoCAD, but some simple scripting would help out in this area along with many others.

  2. #2
    AUGI Addict sfaust's Avatar
    Join Date
    2004-01
    Location
    Littleton, CO (Denver Metro)
    Posts
    1,535
    Login to Give a bone
    1

    Default Re: My argument for simple scripting support

    select all the ones you want to rotate and then hit spacebar. It's even faster than a script

    That's not to say, though, that I wouldn't like some scripting support...

  3. #3
    100 Club Eric Stewart's Avatar
    Join Date
    2003-09
    Location
    Raleigh, NC USA
    Posts
    138
    Login to Give a bone
    0

    Default Re: My argument for simple scripting support

    I KNEW IT! Thank you.

  4. #4
    Certified AUGI Addict patricks's Avatar
    Join Date
    2004-06
    Location
    Memphis TN area
    Posts
    7,048
    Login to Give a bone
    0

    Default Re: My argument for simple scripting support

    WHOA I never knew you could do the spacebar trick with objects already in place! I thought that was only while placing objects. Pretty slick!

    Learn something new every day!

Similar Threads

  1. Simple scripting for components
    By Wish List System in forum Revit Architecture - Wish List
    Replies: 1
    Last Post: 2016-10-27, 05:48 PM
  2. Scripting from AutoCAD?
    By jasonp in forum AutoLISP
    Replies: 3
    Last Post: 2014-06-26, 08:02 PM
  3. 2013: Scripting (*.scr) ? - ASAP Please
    By Rod-APL in forum AutoCAD LT - General
    Replies: 2
    Last Post: 2013-11-06, 05:24 PM
  4. Revit scripting
    By clog boy in forum Revit Architecture - General
    Replies: 11
    Last Post: 2007-11-30, 04:01 PM
  5. Learning 3ds scripting
    By panchalashi in forum 3ds Max - General
    Replies: 2
    Last Post: 2006-07-03, 04:34 AM

Posting Permissions

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