[ By Archive-name | By Author | By Category | By Newsgroup ]
[ Home | Latest Updates | Archive Stats | Search | Usenet References | Help ]

    Search the FAQ Archives

Part1 - Part2 - Single Page

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


[15] (command "ROTATE3D") does not work! Why?


  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 ...)



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


[ By Archive-name | By Author | By Category | By Newsgroup ]
[ Home | Latest Updates | Archive Stats | Search | Usenet References | Help ]


Send corrections/additions to the FAQ Maintainer:
rurban@xarch.tu-graz.ac.at (Reini Urban)

Last Update July 09 2008 @ 00:12 AM

© 2008 FAQS.ORG. All rights reserved.