• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD LT

    Reply
    New Member
    Posts: 1
    Registered: ‎06-22-2012

    syntax code for auto cad lt 2013

    607 Views, 1 Replies
    06-22-2012 12:44 PM

    I need to flatten some drawings, but autocad lt 2013 doesnt recognize that tool.  I have a syntax code, but have no idea what to do with it (where i need to place it within autocad) in order to flatten my drawings.  was hoping somebody could help, with detailed desctiption on how to do this.

     

    The codes im working with are:

    To flatten selected objects: 
    ^C^C_UCS;;_select;\_move;_p;;0,0,1e99;;_move;_p;;0,0,-1e99;;

    To flatten the entire drawing: 
    ^C^C_UCS;;_move;_all;;0,0,1e99;;_move;_all;;0,0,-1e99;;

    Please use plain text.
    *Expert Elite*
    pendean
    Posts: 15,440
    Registered: ‎11-06-2003

    Re: syntax code for auto cad lt 2013

    06-22-2012 01:36 PM in reply to: roxy_gurl189

    You can type it all at the commandline if you want:

     

    UCS

    WORLD

    move

    all

    <<<<<<<<<<enter> here

    0,0,1e99

    <<<<<<<<<<enter> here

    move

    _all

    <<<<<<<<<<enter> here

    0,0,-1​e99

    <<<<<<<<<<enter> here

     

    Explore this online tip on how to create a custom command in AutoCAD/LT:

    http://cad-notes.com/2012/02/exploring-autocad-cui-creating-a-command-part-2/

     

    There are a few YOUTUBE videos on the topic too if you prefer animation and audio.

    Dean Saadallah Blog | Facebook | RSS | Twitter | PINS
    Please use plain text.