xww311 发表于 2006-6-20 16:25:00

你好,能帮助编 个小程序,利用Excel表编辑数据(X,Y,Z),到CAD中自动成剖面图,谢谢楼主。

wb521 发表于 2006-7-3 11:30:00

<P>楼主太热心了!!!</P>

lyd2003001 发表于 2006-7-19 16:07:00

原来加分这么难,哎,我还以为像别的网站一样呢。

luoxb 发表于 2006-7-30 15:50:00

<DIV><FONT size=2>请问各位大侠::</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; 用lisp 写的工具,早期是针对r14版本的,在r14下运行正常,但运行在2002下画的东西变形,请问是什么原因?有什么方法解决吗?</FONT><FONT size=2>&nbsp; 先谢谢了!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>

wenjin0926 发表于 2006-8-30 19:50:00

<P>各位大哥,请问怎么在对话框中加入幻灯片?</P>

pg121 发表于 2006-9-8 17:17:00

谢谢版主啊、这样简单得多了。

KAIKENZHE 发表于 2006-9-26 13:01:00

pan这个命令用lisp什么编,就是那个实时移动

hkzwsy 发表于 2006-10-15 14:06:00

<P>(defun c:1(/ acadobject acaddocument mspace exportfile selectionsetsel )<BR>&nbsp; (vl-load-com)<BR>(setq acadobject(vlax-get-acad-object)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; acaddocument(vla-get-activedocument&nbsp; acadobject)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mspace(vla-get-modelspace acaddocument)<BR>)<BR>(setq exportfile "e:/114")<BR>(setq selectionsetsel(vla-get-selectionsets acaddocument))<BR>(setq selectionsetobj(vla-add selectionsetsel "Test"))<BR>&nbsp;(vla-export acaddocument&nbsp; exportfile "dxf" selectionsetobj)<BR>&nbsp; (princ)<BR>&nbsp; )</P>
<P>为什么此程序保存第一次没有出错,第二次就会出错呢?</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>

cmy 发表于 2006-10-22 10:47:00

谁能帮我把两个封闭的面合并为一个封闭的面(这两个面有一条或多条相同的边)

danding198 发表于 2006-11-26 17:41:00

<P>学习中</P>
<P>谢谢版主</P>
页: 1 2 3 [4] 5 6 7 8 9 10
查看完整版本: [公告]提问先看这里,——一些典型及实用问题及其回答!