明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 4159|回复: 4

[求助]arx的反应器问题

[复制链接]
发表于 2008-3-17 09:40:00 | 显示全部楼层 |阅读模式

请教各位高手:

ARX中的反应器是否跟VBA中的事件是一个功能,其中的那个函数与VB中的BeginCommand对应?是CommandWillStart么?如果是又该怎么用呢?它与ObjectErase()有什么区别呢?我的目的就是捕捉AutoCAD的命令,好进一步处理!

小妹刚学ARX不久,此问题已找了两天,帮助文件读了不是很懂!哪位高手指点指点!please...

先谢谢了!

发表于 2008-3-17 11:53:00 | 显示全部楼层
本帖最后由 作者 于 2008-3-17 12:16:50 编辑

还有MM搞CAD开发,少见~~

virtual void

commandWillStart(

const char* cmdStr);

cmdStrPassed in string of the command being executed

This callback function indicates that the command cmdStr is about to begin execution.

cmdStr may be up to 257 characters (including the string terminator).

这个反应器是指命令启动前调用的。是编辑环境里用的

和那个VBA是一样的

ObjectErase 是AcDataBase里用的

MSITStore:D:\Program%20Files\objectarx2002\docs\arxref.chm::/Images/ac.down.gif" border="0" alt=""/> AcEditorReactor Command-Related Functions

 
 
 
 
 

 楼主| 发表于 2008-3-17 14:30:00 | 显示全部楼层

谢谢!

呵呵!我也没办法!不过谢谢你,可是我还想问一下AcDataBase和AcEditorReactor有什么区别?如果我是要对用户删除直线命令作出反应,应该用哪一个?我还得将用户删除的直线同步删除SQL Serve2000 中的数据,请问是否是捕捉选择集中的数据?再次感谢了!

发表于 2008-3-17 14:58:00 | 显示全部楼层

我想该用AcDbObjectReactor这个类的

MSITStore:D:\Program%20Files\objectarx2002\docs\arxref.chm::/Images/ac.down.gif" border="0" alt=""/> AcDbObjectReactor Notification Functions

 
 
 
 
 
 
 
 
 
 
 
 

先添加reactor到line中

AcDbObject::addReactor Function 即

void

addReactor(

AcDbObjectReactor* newObj) const;

newObjPointer to transient reactor object to add

Adds the transient reactor pointed to by pNewObj to the AcDbObject object's reactor list.

Note To add a transient reactor to an object, the object need only be open AcDb::kForRead (but it also works if it's open AcDb::kForWrite).

然后再在 AcDbObjectReactor的erased中去调用就可以了

 
 
 
 
 
 
 
 
 
 
 
 

先添加reactor到line中

用 AcDbObject::addReactor Function 即

void

addReactor(

AcDbObjectReactor* newObj) const;

newObjPointer to transient reactor object to add

Adds the transient reactor pointed to by pNewObj to the AcDbObject object's reactor list.

Note To add a transient reactor to an object, the object need only be open AcDb::kForRead (but it also works if it's open AcDb::kForWrite).

然后再在 AcDbObjectReactor的erased中去调用就可以了

 楼主| 发表于 2008-3-21 08:20:00 | 显示全部楼层
谢谢了!我试试!呵呵!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 16:20 , Processed in 0.168405 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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