明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2824|回复: 4

CAD下获取坐标

[复制链接]
发表于 2010-6-10 17:23:00 | 显示全部楼层 |阅读模式
在C#下运用AutoCAD ActiveX要得到点坐标我用的GetPoint()这个方法,但在C#中必须指定个点坐标,这样在AutoCAD中就会有一个连线,能否有办法直接获取点坐标呢?(不出现连线)
发表于 2010-6-10 17:45:00 | 显示全部楼层
Ax的话,最好用VB.Net
发表于 2010-7-2 16:38:00 | 显示全部楼层

             PromptPointOptions prPointOptions1 = new PromptPointOptions("\n请选择一个点:\n");
              PromptPointResult prPointRes;
              prPointRes = ed.GetPoint(prPointOptions1);
              if (prPointRes.Status == PromptStatus.OK) //正确选择了一个点
              {
                  Point3d startPoint = prPointRes.Value;

               }

 楼主| 发表于 2010-7-12 14:43:00 | 显示全部楼层

把点坐标用Type.Missing替换~~

aDocument.Utility.GetPoint(Type.Missing, "点坐标:");

发表于 2010-11-19 18:12:00 | 显示全部楼层

请问我如何直接得到某一层中所有点的坐标?

 

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-26 00:36 , Processed in 0.164587 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表