AutoDesk最新.Net开发教程(增加教程源码)
本帖最后由 作者 于 2006-8-11 10:12:43 编辑 <br /><br /> <P>共6节,内容不算多,但比我见到的其它零零碎碎的好多了</P><P></P>
<P>教程的附带源码:</P>
<P> </P> 大家上AUTODESK公司网站去下就好了。还有PPD文件。 <p>还有请教一下为什么GetPoint方法是在Autodesk.AutoCAD.EditorInput.Editor中的方法,但却要通过Application.DocumentManager.MdiActiveDocument.Editor这句来调用?不能直接调用吗?</p><p>方法为:</p><p>Editor ed = Application.DocumentManager.MdiActiveDocument.Editor;</p><p>PromptPointOptions ptOps = new PromptPointOptions("select a point");</p><p>PromptPointResult ptRes = ed.GetPoint(ptOps);</p><p>....</p><p>PromptPointResult ptRes = Application.DocumentManager.MdiActiveDocument.Editor.GetPoint(ptOps);</p><p>也是可行的。</p><p>调用需要类的实例。</p> 好啊好啊,谢谢 好东西,先下来看看,刚开始学,还有很多不明白呢 真是好东西啊 请问是否与autodesk.com中一样。不过,还是先卸你了 <P>Editor ed = Application.DocumentManager.MdiActiveDocument.Editor;</P>
<P>在教程的第二章中建议加上以上语句,不然无法实现!我搞了半天没有弄懂·</P>
<P>还有请教一下为什么GetPoint方法是在Autodesk.AutoCAD.EditorInput.Editor中的方法,但却要通过Application.DocumentManager.MdiActiveDocument.Editor这句来调用?不能直接调用吗?</P> <P>好东西,顶一下</P> 呵呵, 多谢提醒, 到autodesk公司下载去!