|
Top Document: comp.cad.autocad AutoLISP FAQ (part 1/2) - general Previous Document: [14] How can I avoid stack overflows? Next Document: [16] LISP programs operating over multiple drawings See reader questions & answers on this topic! - Help others by sharing your knowledge Some commands are no internal AutoCAD commands, they are simple AutoLISP programs beginning with C: even if they are defined in ADS programs. Only native Rx applications (or now with vlax-add-cmd) export true commands. A list of all these commands are found in ACADRxx.LSP in the AUTOLOAD section. (see also "[12]") All these commands have to be called with (C:ROTATE3D) instead of (command "ROTATE3D"). However ADS functions may take optional arguments. See the customization manual for more. i.e. (c:rotate3d ss p1 p2 angle) is also valid, even (rotate3d ...) User Contributions:Top Document: comp.cad.autocad AutoLISP FAQ (part 1/2) - general Previous Document: [14] How can I avoid stack overflows? Next Document: [16] LISP programs operating over multiple drawings Part1 - Part2 - Single Page [ Usenet FAQs | Web FAQs | Documents | RFC Index ] Send corrections/additions to the FAQ Maintainer: rurban@xarch.tu-graz.ac.at (Reini Urban)
Last Update March 27 2014 @ 02:11 PM
|

Comment about this article, ask questions, or add new information about this topic: