View Full Version : ai_utils??
Grenco
30th Oct 2009, 09:03 am
Hi there!
Does someone knows where the Lisproutine "ai_utils.lsp" is for? :oops:
Couldn't find it anywhere...
lpseifert
30th Oct 2009, 09:40 am
I did a search and it was found in the Support directory of the installation.
Grenco
30th Oct 2009, 09:42 am
Lol... I know where it is on my computer.. But I coulnd't find where it's for. :)
devitg
30th Oct 2009, 11:12 am
Lol... I know where it is on my computer.. But I coulnd't find where it's for. :)
Hi grenco , it is self explain on the lisp
Please give it a browse .
As example
(ai_abort <appname> [<error message>] )
Displays critical error message in alert box and terminates all
;;; running applications.
(ai_acadapp)
;;;
;;; Check to see if acadapp is loaded (and load if necessary).
;;;
;;; If ACADAPP is not loaded, then display a message indicating
;;; such in an alert box, and return NIL to the caller. This
;;; function does not generate an error condition, so if that is
;;; appropriate, then the caller must test the result and generate
;;; the error condition itself.
Grenco
30th Oct 2009, 01:36 pm
is it needed?
devitg
30th Oct 2009, 01:50 pm
is it needed?
As any tool at a toolbox, you have to know what is it for , and see if you can apply to your work.
I never use it .
alanjt
30th Oct 2009, 05:18 pm
is it needed?
It was at least needed at one time. I think it has some table routines.
SteveK
31st Oct 2009, 12:48 am
It can be pretty concise at times.
Eg. A list of blocks in the drawing:
(ai_table "BLOCK" 3)
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.