明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2419|回复: 6

[.net群] 2013-11-16 明经 AutoCAD.NetApi (2474812) 群聊记录:请问下。怎么用vb 判断 cad窗口命令行输入的命令?

 关闭 [复制链接]
发表于 2013-11-16 10:27:04 | 显示全部楼层 |阅读模式
[vb.NET]alber 10:27:04
请问下。怎么用vb 判断 cad窗口命令行输入的命令?
 楼主| 发表于 2013-11-16 16:33:36 | 显示全部楼层
[C#]太阳 16:33:36
[qqimg]201311/{666E6254-6671-CA0E-E202-B704D10A3D95}.jpg[/qqimg]
这个错误啥意思
[C# PY] OWEN 16:34:57
eInvalidInput 应该是AUTOCAD抛出的异常,你查下手册看方法调用正确不
invalidinput是 输入不正确的意思
 楼主| 发表于 2013-11-16 19:13:41 | 显示全部楼层
[vb.net]/cy 19:13:41
 楼主| 发表于 2013-11-16 20:49:55 | 显示全部楼层
C#日月星 20:49:55
TypedValue[] valueArray = new TypedValue[] {new TypedValue((int)DxfCode.Start,"Line"),
                                                                                    new TypedValue((int)DxfCode.Start,"Arc"),
                                                                                    new TypedValue((int)DxfCode.Start,"Circle"),
                                                                                    new TypedValue((int)DxfCode.Start,"polyline"),
                                                                                    new TypedValue((int)DxfCode.Start,"LWPOLYLINE"),
                                                                                        };

选择集,我想选择不同类型的对象,能这样写吗?
求教
[C#]非狐 20:56:33
一个就够了
new TypedValue((int)DxfCode.Start,"*line,circle")
C#日月星 20:57:06
好,我试试
[C#]非狐 20:57:16
继续潜水
C#日月星 20:57:41
多谢
new TypedValue((int)DxfCode.Start,"*line,circle")
为什么要加*?
[VB&c++]阿华 20:59:24
通配符
 楼主| 发表于 2013-11-16 21:16:24 | 显示全部楼层
C#日月星 21:16:24
用net开发时,怎么将line,circle或polyline转换为curve?
能转换吗?
请问各位老师
[C#]logoin 21:17:24
curve ce=(curve)polyline;
[VB&c++]阿华 21:17:30
可以
C#日月星 21:18:43
谢谢
 楼主| 发表于 2013-11-16 21:29:10 | 显示全部楼层
C#日月星 21:29:10
Curve polylined = null;
polylined = (Curve)transaction.GetObject(id, OpenMode.ForWrite, true);
请问这个转换有什么错?
[C#]有心人问道 21:30:05
不要true
[C#]有心人问道 21:30:43
你看清楚有这个参数吗?
C#日月星 21:30:52
为啥不要?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-5 23:37 , Processed in 0.200759 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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