摘要:
本着不重复造轮子的原则,该部分翻译将引用百度文库中该信息的地址,对应的内容可以查询学习百度文库地址:http://wenku.baidu.com/view/bc396566f5335a8102d22013.html
阅读全文
posted @ 2016-01-07 15:57
wh0is
阅读(168)
推荐(0)
摘要:
一 Calling AutoCAD commands from .NET 使用.NET调用AutoCAD命令Inthis earlier entryI showed some techniques for calling AutoCAD commands programmatically from ...
阅读全文
posted @ 2016-01-04 22:52
wh0is
阅读(1101)
推荐(0)
摘要:
昨天晚上画界面过程中碰到这个问题,本以为是VS的bug,并没在意gg了一个2010的Sp1补丁,之后进入官方下载器,50mb/s的网,大概更新了3-4个小时。今天晚上到了画界面的时间准备开始就又碰到了这个问题,我就立刻的换了2012尝试,同样的结果,索性在群里问了问没人搭理我,故不断的google,...
阅读全文
posted @ 2016-01-03 22:58
wh0is
阅读(489)
推荐(0)
摘要:
One of the really compelling features of .NET is its ability to call "legacy" unmanaged C++ APIs. I say "legacy", but we use this facility regularly t...
阅读全文
posted @ 2016-01-03 20:22
wh0is
阅读(266)
推荐(0)
摘要:
原帖:http://through-the-interface.typepad.com/through_the_interface/graphics_system/一、使用NetApi渲染Cad模型April 05, 2007RenderingAutoCADmodelsoffscreen using...
阅读全文
posted @ 2016-01-02 19:39
wh0is
阅读(593)
推荐(0)
摘要:
原文转载自:http://through-the-interface.typepad.com/through_the_interface/jigs/(该口已无法访问)可访问转载入口:http://bbs.mjtd.com/thread-75618-1-1.html(转载自明镜通道by雪山飞狐_lzh...
阅读全文
posted @ 2015-12-20 23:07
wh0is
阅读(948)
推荐(0)
摘要:
转载自小木虫作者:songcwjin的文章链接http://emuch.net/html/200807/906472.html1 研究生期间做什么?我认为研究生期间学生应该学三件事情: 1)建立合理的知识结构:尽量广地涉猎学科基本知识,尽量深地了解所研究领域的方方面面、过去和现在 2)掌握独立...
阅读全文
posted @ 2015-11-22 16:04
wh0is
阅读(318)
推荐(0)
摘要:
二、在绘图界面动态显示坐标 原文转载自:http://through-the-interface.typepad.com/through_the_interface/jigs/(该口已无法访问) 可访问转载入口:http://bbs.mjtd.com/thread-75618-1-1.html(转载自明镜通道by雪山飞狐_lzh) 原kean博客已经无法看到,故转载明经通道 雪山飞狐...
阅读全文
posted @ 2015-10-16 22:49
wh0is
阅读(630)
推荐(0)
摘要:
一、使用Jig动态旋转实体(转载:明经通道 mccad 翻译)原文转载自:http://through-the-interface.typepad.com/through_the_interface/jigs/(该口已无法访问)可访问转载入口:http://bbs.mjtd.com/thread-7...
阅读全文
posted @ 2015-10-16 22:12
wh0is
阅读(636)
推荐(0)
摘要:
禁用关闭按钮需使用窗体的WndProc处理方法,这个方法是用来截获单击关闭窗体信息的。这个要通过重写WndProc的虚方法来实现。 重写WndProc protected override void WndProc(ref Message m) { co...
阅读全文
posted @ 2015-10-02 18:21
wh0is
阅读(1044)
推荐(0)