明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 14198|回复: 5

显示顺序的"前置"、“后置”键失效怎么解决?

[复制链接]
发表于 2012-4-7 15:25:59 | 显示全部楼层 |阅读模式
使用“前置”、“后置”按键时出现“命令:  错误 : no function definition: AI_DRAWORDER”怎么解决?
"觉得好,就打赏"
还没有人打赏,支持一下
发表于 2012-4-7 16:04:38 | 显示全部楼层
直接使用draworder命令试试呢?
发表于 2012-4-7 19:24:39 | 显示全部楼层
本帖最后由 yjr111 于 2012-4-7 19:25 编辑

不清楚怎么回事,我的也不能用了
发表于 2012-4-7 20:14:00 | 显示全部楼层
本帖最后由 Lisper 于 2012-4-7 20:43 编辑

查看cad Support目录下 acad200*doc.lsp文件是否存在?该函数在该文件内定义!没了的话从别的机器里拷贝一个过来!
发表于 2012-4-7 20:38:11 | 显示全部楼层
下面是acad2006.lsp文档内容,请看看什么丢失了?
  1. ; MODULE_ID ACAD2006_LSP_
  2. ;;;    ACAD2006.LSP Version 1.0 for AutoCAD 2006
  3. ;;;
  4. ;;;    Copyright (C) 1994-2005 by Autodesk, Inc.
  5. ;;;
  6. ;;;    Permission to use, copy, modify, and distribute this software
  7. ;;;    for any purpose and without fee is hereby granted, provided
  8. ;;;    that the above copyright notice appears in all copies and
  9. ;;;    that both that copyright notice and the limited warranty and
  10. ;;;    restricted rights notice below appear in all supporting
  11. ;;;    documentation.
  12. ;;;
  13. ;;;    AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  14. ;;;    AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  15. ;;;    MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  16. ;;;    DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  17. ;;;    UNINTERRUPTED OR ERROR FREE.
  18. ;;;
  19. ;;;    Use, duplication, or disclosure by the U.S. Government is subject to
  20. ;;;    restrictions set forth in FAR 52.227-19 (Commercial Computer
  21. ;;;    Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  22. ;;;    (Rights in Technical Data and Computer Software), as applicable.
  23. ;;;
  24. ;;;.
  25. ;;;
  26. ;;;    Note:
  27. ;;;            This file is normally loaded only once per AutoCAD session.
  28. ;;;            If you wish to have LISP code loaded into every document,
  29. ;;;            you should add your code to acaddoc.lsp.

  30. ;;;
  31. ;;;    Globalization Note:   
  32. ;;;            We do not support autoloading applications by the native
  33. ;;;            language command call (e.g. with the leading underscore
  34. ;;;            mechanism.)

  35. (if (not (=  (substr (ver) 1 11) "Visual LISP")) (load "acad2006doc.lsp"))
  36. ;; Silent load.
  37. (princ)
复制代码


点评

不好意思,说错了,是acad200*doc.lsp文件  发表于 2012-4-7 20:44
 楼主| 发表于 2012-4-7 22:21:43 | 显示全部楼层
按楼上的方法不能解决问题,但可用DR命令
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2025-9-25 05:43 , Processed in 0.185901 second(s), 31 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表