.NET技术交流-吴锋


专注AutoCAD.net,GIS
posts - 102, comments - 451, trackbacks - 15, articles - 4
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

2008年8月7日

posted @ 2008-08-20 19:18 无锋不起浪 阅读(35) | 评论 (0)编辑

posted @ 2008-08-20 19:17 无锋不起浪 阅读(54) | 评论 (0)编辑

     摘要: arx常用的一些函数功能表  阅读全文

posted @ 2008-08-19 08:57 无锋不起浪 阅读(105) | 评论 (0)编辑

     摘要: Curve.GetSplitCurves的用法:为什么传入两个点时,有时返回一个Entity,有时返回三个Entity?  阅读全文

posted @ 2008-08-13 13:36 无锋不起浪 阅读(177) | 评论 (0)编辑

     摘要: VS2005 + AutoCAD2008开发,结果调试时发现,加载DLL文件后,再输入命令,总是提示“未知命令"...",按 F1 查看帮助。”,而不调试时,加载DLL文件,打命令一切正常。  阅读全文

posted @ 2008-08-13 12:56 无锋不起浪 阅读(90) | 评论 (0)编辑

     摘要: 图形常用DXF群码,非图形常用DXF群码  阅读全文

posted @ 2008-08-12 15:25 无锋不起浪 阅读(229) | 评论 (0)编辑

posted @ 2008-08-08 13:23 无锋不起浪 阅读(40) | 评论 (1)编辑

posted @ 2008-08-08 13:06 无锋不起浪 阅读(200) | 评论 (0)编辑

     摘要: AutoCAD.net: 如何实现裁剪功能--Trim  阅读全文

posted @ 2008-08-07 19:45 无锋不起浪 阅读(192) | 评论 (0)编辑

     摘要: 空间两条曲线求交点: c1为curve已知 c1为curve已知 Point3dCollection m_ints = new Point3dCollection(); 如果两曲线均不为三维多段线或则两曲线均为三维多段线,则有: c1.IntersectWith(c2,Intersect.OnBothOperands, new Plane(),m_ints, 0, 0);得出的所有交点在c1曲线上 c2.IntersectWith(c1,Intersect.OnBothOperands, new Plane(),m_ints, 0, 0);得出的所有交点在c2曲线上   阅读全文

posted @ 2008-08-07 19:07 无锋不起浪 阅读(155) | 评论 (0)编辑

posted @ 2008-08-07 16:50 无锋不起浪 阅读(37) | 评论 (0)编辑