摘要: https://www.cnblogs.com/gisoracle/archive/2012/02/19/2357925.html 阅读全文
posted @ 2018-07-02 23:15 181976640 阅读(806) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u011170962/article/details/37755201 要创建一个图形对象,需要遵循下面的步骤:1.得到创建对象的图形数据库;2.在内存中创建实体类的一个对象;3.定义一个指向当前数据库的事务处理;4.打开图形数据库的块表;5.打开一个存储 阅读全文
posted @ 2018-07-02 23:05 181976640 阅读(458) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/aasswwe/article/details/40899759 阅读全文
posted @ 2018-07-02 23:03 181976640 阅读(1293) 评论(0) 推荐(0) 编辑
摘要: 原文:http://spiderinnet1.typepad.com/blog/2012/06/autocad-net-iterate-through-model-space.html https://blog.csdn.net/u011511587/article/details/78956421 阅读全文
posted @ 2018-07-02 23:02 181976640 阅读(989) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/mywaster/article/details/50220379 最近做一个项目,要求将dwg文件转化为pdf,开发工具VS2010 + AutoCad 2011, 在网上查了很多代码都有各种问题,解决重重的问题,终于实现了批量转化。 1.首先引入com 阅读全文
posted @ 2018-07-02 22:58 181976640 阅读(4886) 评论(0) 推荐(1) 编辑
摘要: //C# 读取CAD文件缩略图(DWG文件) https://blog.csdn.net/hanghangaidoudou/article/details/8589574 //2010-09-04 16:34:58| 分类: C# |字号 订阅//在不使用任务插件的情况下读取DWG文件的缩略图,以便 阅读全文
posted @ 2018-07-02 22:54 181976640 阅读(1631) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/dengyiyu/article/details/2201175 本文主要给大家介绍一下SmartSoft中用C#.Net实现AutoCAD块属性提取的方法,并给出实例代码与大家共享。此类实现AutoCAD块属性提取功能,在VS.Net2003(2005) 阅读全文
posted @ 2018-07-02 22:52 181976640 阅读(7996) 评论(0) 推荐(0) 编辑
摘要: 翻译并引自Kean's blog的两篇文章: http://through-the-interface.typepad.com/through_the_interface/2006/08/import_blocks_f.html. http://through-the-interface.typep 阅读全文
posted @ 2018-07-02 22:47 181976640 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: //https://blog.csdn.net/qq_21489689/article/details/78973787 [System.Security.SuppressUnmanagedCodeSecurity] [DllImport("accore.dll", EntryPoint = "acedPutSym", CharSet = CharSet... 阅读全文
posted @ 2018-07-02 22:43 181976640 阅读(615) 评论(0) 推荐(0) 编辑
摘要: //https://blog.csdn.net/qq_21489689?t=1[CommandMethod("CREATELY")] public void CreateLayer() { Document acDoc = Application.DocumentManager.MdiActiveDocument; ... 阅读全文
posted @ 2018-07-02 22:41 181976640 阅读(902) 评论(0) 推荐(0) 编辑