+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Senior Member marmo's Avatar
    Using
    AutoCAD 2010
    Join Date
    Jun 2010
    Location
    Milan, Italy
    Posts
    117

    Default "3d stretch" macro for beginners

    Registered forum members do not see this ad.

    Hello,

    a macro that works similarly to 2d stretch.

    It is based on move faces, so it does not move sub object and it only works for a solid at a time.
    For beginners like me.


    ;;macro 3Dstretch
    (defun c:3Dstretch ()
    (command "solidedit" "face" "move" "C")
    )

    Marco,

  2. #2
    Forum Newbie
    Using
    AutoCAD 2007
    Join Date
    May 2007
    Posts
    6

    Default

    Please tell me you have advanced this routine to take not only the solid, but any other solids or blocks within the window area?

  3. #3
    Senior Member marmo's Avatar
    Using
    AutoCAD 2010
    Join Date
    Jun 2010
    Location
    Milan, Italy
    Posts
    117

    Default

    Hi,

    you are welcome
    I don't know autolisp, but I'm sure that some forum's guru can help you.

    Regards

  4. #4
    Senior Member
    Computer Details
    JohnM's Computer Details
    Operating System:
    xp pro
    Using
    AutoCAD 2006
    Join Date
    Feb 2009
    Location
    houston, texas
    Posts
    380

    Default

    Registered forum members do not see this ad.

    have a look at this 3D Stretch. it's not free but everyone seems to like it
    http://www.jmhsoftware.com

Similar Threads

  1. Macro for "clicking" OK in dialogue
    By rustysilo in forum AutoLISP, Visual LISP & DCL
    Replies: 18
    Last Post: 27th Dec 2012, 10:52 pm
  2. Expand/Squeeze or "modified" multi-Stretch command- is there any?
    By onzki in forum AutoLISP, Visual LISP & DCL
    Replies: 4
    Last Post: 4th Sep 2010, 12:25 am
  3. "Smart Close" MACRO - Suggestions and Help
    By SpeakNoEvil in forum AutoCAD Drawing Management & Output
    Replies: 9
    Last Post: 17th Aug 2010, 03:17 pm
  4. creating "align" command (lsp or macro in 2009 LT
    By furnituredziner in forum AutoCAD Beginners' Area
    Replies: 7
    Last Post: 8th Mar 2010, 04:10 pm
  5. macro to plot multiple "pages" to pdf
    By wmw99a in forum AutoLISP, Visual LISP & DCL
    Replies: 1
    Last Post: 8th Jan 2008, 06:59 pm

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