几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » AutoCAD二次开发 » DirectDWG
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


 
 
主题工具 搜索本主题 显示模式
旧 2009-05-04, 04:42 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】binary data custom objects

binary data & custom objects
binary data & custom objects
hello.
i am trying to store some custom binary data inside a dwg/dxf file, nothing to render, just some meta information that it might be readable by my application.
my first approach was to create a custom object, in order to store just a string, so i modified the excustobject. unfortunately my code does not get to be executed, except the constructor and destructor of my custom object, so my custom data is not saved.
then i saw in the documentation that a creating custom object needs to implement some drawing, transforming and other kind of functions, so i guess a custom object is not quite the right way to store some custom info.
does anybody have any advice on this topic ?
thank you.
cosmin
xrecord is the way to go. you may attach xrecord either to extension dictionary of any object, or you may create your own dictionary in named objects dictiobary and put your xrecords there. see e.g. examples\odwriteex\dbfiller.cpp, dbfiller::addcustomobjects()
vladimir
thank you very much for the answer.
i managed to insert and retrieve a string, however i have a problem inserting a binary data, i want to insert a binary chunk, after another string; as i see in the output dwg file only the beginning of the chunk is added, it stops at the byte 228 of the source binary file. the string is added correctly.
is there some limitation in your library ?
i do like this:
odresbufptr prb, temp;
temp = prb = odresbuf::newrb(odresbuf::kdxfxdasciistring);
temp->setstring(customstring);
temp->setnext(odresbuf::newrb(odresbuf::kdxfbinarychunk ));
temp= temp->next();
bindata.reserve(filesize);
while(parsing some file) {
bindata.append(a_byte);
}
temp->setbinarychunk(bindata);
pxrec->setfromrbchain(prb);
xrecord stores size of binary chunks as uint8. if the size of your binary data is more than 255 than you need use a list of multiple resbufs (they can have the same group codes).
sergey slezkin
thank you very much for the information, everything works as you specified.
i have another question related to this topic.
following your suggestions i am creating an extension dictionary for a block and appending my binary data as sequences of resbufs. everything is ok with the resulting file, i can access the data in autocad using vba.
the problem occurs when exporting/importing this block. both wblock and insert remove the extension dictionary completely.
somebody suggested once () to insert the extension dictionary directly to an entity in the block definition. in the terms of dwg direct i insert it into a oddbblocktablerecord instance. are they (the block definition mentioned in that thread and oddbblocktablerecord) equivalent ? i tried inserting a line into a block and using the extension dictionary of that line; autocad filters it as well.
did anybody have the same problem with wblock/insert ?
thank you.
last edited by cosmin; 9th january 2008 at 05:56 amfff">.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
 


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】adding custom objects to a custom dictionary yang686526 DirectDWG 0 2009-05-04 03:43 PM
【转帖】acad custom objects with dwgdirec yang686526 DirectDWG 0 2009-05-04 03:27 PM
【转帖】objectarx&dummies教程(十二)—— deriving from acdbobject yang686526 ObjectARX(C++) 0 2009-04-16 10:40 AM
【转帖】objectarx&dummies教程(十一)—— custom objectarx class yang686526 ObjectARX(C++) 0 2009-04-16 10:39 AM
【转帖】custom properties yang686526 SolidWorks二次开发 0 2009-04-13 10:09 AM


所有的时间均为北京时间。 现在的时间是 02:20 AM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多