几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   ObjectARX(AutoLISP) (http://www.dimcax.com/hust/forumdisplay.php?f=178)
-   -   [求助]求助高手,如何判断是否有加载“center”这个线型? (http://www.dimcax.com/hust/showthread.php?t=11235)

yang686526 2009-04-26 02:06 PM

[求助]求助高手,如何判断是否有加载“center”这个线型?
 
[求助]求助高手,如何判断是否有加载“center”这个线型?
www.dimcax.com
[求助]求助高手,如何判断是否有加载“center”这个线型?[求助]求助高手,如何判断是否有加载“center”这个线型?
d
(defun c:test ()
(if (tblobjname "ltype" "center")
(princ "\ncenter线型已加载!")
(princ "\ncenter线型没有加载!")
)
(princ)
)
d
谢谢!!!
d


所有的时间均为北京时间。 现在的时间是 08:53 AM.