[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
    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


[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

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

Last Update October 22 2009 @ 05:22 AM

Some parts © 2009 Advameg, Inc.