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

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Contributor
    dtmanjarrez
    Posts: 18
    Registered: ‎10-05-2011

    Model or Paper Space "Can the drawing revert back to a selected view

    119 Views, 3 Replies
    11-15-2011 09:21 AM

    "Can the drawing revert back to a selected view or tab after its saved"

     

    When you in Model space and you finish a revision, Is there a setting that can revert the drawing to Sht. 1 tab or a view...

     

    Thanks 

    Please use plain text.
    *Expert Elite*
    Patchy
    Posts: 5,295
    Registered: ‎09-16-2009

    Re: Model or Paper Space "Can the drawing revert back to a selected view

    11-15-2011 11:17 AM in reply to: dtmanjarrez

    Yes, write a lisp

    Qsave, then tilemode = zero

    Please use plain text.
    Contributor
    dtmanjarrez
    Posts: 18
    Registered: ‎10-05-2011

    Re: Model or Paper Space "Can the drawing revert back to a selected view

    11-18-2011 11:27 AM in reply to: Patchy

    Thanks for for reply....not very much familiar with writing LISP...can you help

     

     

    thanks

    Please use plain text.
    *Expert Elite*
    Patchy
    Posts: 5,295
    Registered: ‎09-16-2009

    Re: Model or Paper Space "Can the drawing revert back to a selected view

    11-18-2011 11:33 AM in reply to: dtmanjarrez

    Save this S1.lsp to your desktop, minimize your autocad drawing area then drag and drop the lisp in there.

    Go to modelspace, do something then type in S1

    If it works as you want, there are many ways to can make this command a part of your everday work.

    Please use plain text.