几何尺寸与公差论坛------致力于产品几何量公差标准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)
-   数据库ObjectDBX (http://www.dimcax.com/hust/forumdisplay.php?f=177)
-   -   【转帖】直径如何标注 (http://www.dimcax.com/hust/showthread.php?t=13819)

yang686526 2009-04-28 03:41 PM

【转帖】直径如何标注
 
直径如何标注
www.dimcax.com
直径如何标注
请问φ如何标,就得敲进%%c么?有什么简便方法?

%%c已经很简单啦!


也可编个lisp程序,让程序跟你写%%c

根据楼上,写个程序贴上
(defun c:tjj ();添加文字φ
(setq en (car (entsel)))
(setq ent (entget en))
(setq old (assoc 1 ent))
(setq new (cons 1 "%%c<>"))
(setq ent1 (subst new old ent))
(entmod ent1)
(princ)
)

再简单我们就没事情做了!


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