Results 1 to 4 of 4

Thread: AutoLisp & Osnap Dialog Box

  1. #1
    Member
    Join Date
    2008-04
    Posts
    9
    Login to Give a bone
    0

    Default AutoLisp & Osnap Dialog Box

    how can i get the osnap dialog box to come up using an autolisp command? using (command "osnap") or (command "_osnap") i get an osnap command line prompt.

  2. #2
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: AutoLisp & Osnap Dialog Box

    Quote Originally Posted by bdrummond View Post
    how can i get the osnap dialog box to come up using an autolisp command? using (command "osnap") or (command "_osnap") i get an osnap command line prompt.
    there might not be a way, usually you can use initdia, but it doesn't appear to work in this situation.

  3. #3
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Exclamation Re: AutoLisp & Osnap Dialog Box

    Quote Originally Posted by bdrummond View Post
    how can i get the osnap dialog box to come up using an autolisp command? using (command "osnap") or (command "_osnap") i get an osnap command line prompt.
    Like this:

    Code:
    
    (command ".+dsettings" "2")
    
    R.K. McSwain | CAD Panacea |

  4. #4
    Member
    Join Date
    2008-04
    Posts
    9
    Login to Give a bone
    0

    Default Re: AutoLisp & Osnap Dialog Box

    thanks!
    (command ".+dsettings" "2")
    works great and allows me to capture osnap settings when the dialog box is exited.
    that is exactly what i needed!

Similar Threads

  1. 2016: AutoCAD osnap dialog box
    By bmason in forum AutoCAD Civil 3D - General
    Replies: 11
    Last Post: 2020-07-14, 03:09 PM
  2. OSNAP Dialog In LISP/DCL
    By jeff.richards in forum AutoLISP
    Replies: 3
    Last Post: 2010-11-19, 01:50 PM
  3. 2010 MEP Osnap Dialog Scrambled
    By CADFX57 in forum AMEP General
    Replies: 0
    Last Post: 2010-06-08, 03:55 PM
  4. OSnap
    By smooth shoes in forum AutoCAD General
    Replies: 12
    Last Post: 2008-06-26, 04:52 PM
  5. Replies: 5
    Last Post: 2007-04-26, 07:19 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
  •