摘要: AutoCAD ObjectARX(VC)开发基础与实例教程2014,最新版,光盘镜像作者:张帆 朱文俊 编著 出版社:中国电力出版社出版时间:2014年6月点击一下 阅读全文
posted @ 2015-12-17 11:42 dozeoo 阅读(2417) 评论(0) 推荐(0) 编辑
摘要: 1 import hashlib 2 def fileMD5(filename): 3 m = hashlib.md5() #md5计算 4 #m = hashlib.sha1() #sha1计算 5 #m = hashlib.sha224() #sha224... 阅读全文
posted @ 2015-12-17 11:10 dozeoo 阅读(1750) 评论(0) 推荐(0) 编辑
摘要: 2015-12-17 1 //获取指定图层上所有实体ID 2 AcDbObjectIdArray GetAllEntityId(const TCHAR* layername) 3 { 4 AcDbObjectIdArray entIds; 5 bool bFilterlayer = ... 阅读全文
posted @ 2015-12-17 10:52 dozeoo 阅读(3451) 评论(0) 推荐(1) 编辑