随笔分类 -  AutoCAD二次开发(C#)

摘要://SrcPath 源文件String shortName = System.IO.Path.GetFileName(SrcPath);Database srcdb = new Database(false, true); srcdb.ReadDwgFile(SrcPath, FileShare.R... 阅读全文
posted @ 2015-09-28 10:03 UE_TWO 阅读(138) 评论(0) 推荐(0)
摘要:图层的的添加///acDoc 要添加的文档///strLayerName 图层名字///color 图层颜色///public ObjectId CreateCadLayer(Document acDoc, string strLayerName,System.Drawing.Color color... 阅读全文
posted @ 2015-09-21 10:34 UE_TWO 阅读(215) 评论(17) 推荐(0)