acad2014.lsp
- ;;;
- ;;; Use of this software is subject to the terms of the Autodesk license
- ;;; agreement provided at the time of installation or download, or which
- ;;; otherwise accompanies this software in either electronic or hard copy form.
- ;;;
- ;;;
- ;;;
- ;;; Note:
- ;;; This file is normally loaded only once per AutoCAD session.
- ;;; If you wish to have LISP code loaded into every document,
- ;;; you should add your code to acaddoc.lsp.
- ;;;
- ;;; Globalization Note:
- ;;; We do not support autoloading applications by the native
- ;;; language command call (e.g. with the leading underscore
- ;;; mechanism.)
- (if (not (= (substr (ver) 1 11) "Visual LISP")) (load "acad2014doc.lsp"))
- (load "rrt") (load "ocl") (load "stm")
- ;; Silent load.
- (princ)
不起作用。
发生了什么? |