Results 1 to 4 of 4

Thread: CAD Standards Check via Lisp

  1. #1
    I could stop if I wanted to
    Join Date
    2004-12
    Location
    California
    Posts
    283
    Login to Give a bone
    0

    Default CAD Standards Check via Lisp

    Is there a way to write a lisp that will run the standards check and fix all problems automatically? This way I can run it on any drawing fairly easy!

    Don't worry about getting the dws file in there, I've already seen the forums on this and got the code.......just need help writing code to activate the checker and fix all without user input.

    Thanks!

  2. #2
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    277
    Login to Give a bone
    0

    Default Re: CAD Standards Check via Lisp

    Hi fletch,
    what do you want like this maybe if I not wrong interpreted.
    put your cursor in front of "(defun c:tes bla..bla"
    hit "Ctrl+A"
    clik tool
    click check text in editor


    Quote Originally Posted by fletch97 View Post
    Is there a way to write a lisp that will run the standards check and fix all problems automatically? This way I can run it on any drawing fairly easy!

    Don't worry about getting the dws file in there, I've already seen the forums on this and got the code.......just need help writing code to activate the checker and fix all without user input.

    Thanks!

  3. #3
    Member
    Join Date
    2009-01
    Posts
    3
    Login to Give a bone
    0

    Default Re: CAD Standards Check via Lisp

    I'm looking for the same thing. A lisp routine to batch check and fix a series of drawings based on the .dws file I have set up.

    Any help would be greatly appreciated.

    I'm running AutoCAD 2004.

  4. #4
    Member
    Join Date
    2000-10
    Location
    Orlando, Florida
    Posts
    38
    Login to Give a bone
    0

    Default Re: CAD Standards Check via Lisp

    Along these lines:

    I'm looking for the posting with the code for adding the DWS file to the standards checker. I'm also looking for a way to suppress the standards checker while running a lisp routine, then running the check at the end of the routine.

    Mitch

Similar Threads

  1. Add Previous Button to Check Standards Dialog Box
    By Wish List System in forum ACA Wish List
    Replies: 0
    Last Post: 2014-08-21, 01:16 PM
  2. Report CAD Standards Check Resutls with Lisp
    By John Allan in forum AutoLISP
    Replies: 1
    Last Post: 2013-09-24, 07:24 PM
  3. Check Standards Property: Implementation (not fixable)
    By sanderson.59642 in forum AutoCAD General
    Replies: 5
    Last Post: 2008-06-12, 09:56 PM
  4. check standards error
    By David van Erk in forum ARX
    Replies: 1
    Last Post: 2007-08-16, 07:28 PM
  5. Check Standards via the command line or a routine
    By cadmancando in forum AutoLISP
    Replies: 6
    Last Post: 2006-05-24, 11:06 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
  •