几何尺寸与公差论坛------致力于产品几何量公差标准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-06, 10:42 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】problem exploding blockref containing attributes

problem exploding blockref containing attributes
problem exploding blockref containing attributes
i am trying to read an dwg file that contains two block references. each block reference contains 2 attributes:
block1 - tag: 15124, value: 2990 and tag: u, value 1
block2 - tag: 15124, value: 2990 and tag: u, value 2
when i use an attribute iterator on the original block reference, i get the correct tags and values.
since we write our own drawing code, i explode the block reference to get the contained objects. this yields 2 omdbattributedefinition objects (in addition to the other parts of the block). when i load the omdbattributedefinition objects, however, i get the following attribute data:
block1 - tag: 3, value: <empty> and tag: u, value 1
block2 - tag: 3, value: <empty> and tag: u, value 2
the tag on the first attribute is incorrect. any idea what might be causing this?
the code i use to read the attribute data is:
code:
cstring strtag = pdwgattrdef->tag().c_str();
cstring strvalue = pdwgattrdef->textstring().c_str();
i am using dwgdirect 1.13.2 (i didn't see any bug fixes in the 1.14.1 help file that seemed to apply to my situation), with windows xp pro and vc++ 6.0.
i have attached my test file.
thanks,
bob
attached files
this is "as designed". explode of block reference in autocad works in the same way.
block contains attribute definition entities and attributes attached to block reference are lost during explode.
sergey slezkin
then why does the explode produce two oddbattributedefinition objects, one of which contains the correct attribute information, and one that does not? i would think that if the attributes were truly lost during this process, the explode would not produce any attribute definition objects.
can i assume that the first oddbattributedefinitionsition() refers to the first attribute, and the second one refers to the second attribute? if so, then i collect the attribute data before the explode and apply it later.
thanks,
bob
explode does not produce attribute definitions. they present in block. these entities are used as templates for creating attributes than block reference is being created.
they are not displayed if they are non-contant and present in "normal" (non-layout) block.
attribute definition and corresponding attribute have the same tag. usually the order of definitions and attributes is the same but it may be not the case for non-acad-created files.
btw, multiple definitions (and attributes) may present with the same tag. in this situation their order is the only way to match them.
sergey slezkin
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
 


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

高级搜索
显示模式

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

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

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】missing attributes yang686526 DirectDWG 0 2009-05-06 05:51 PM
【转帖】incorrect block with attributes yang686526 DirectDWG 0 2009-05-06 03:47 PM
【转帖】attributes in a block a not shown at the correct position yang686526 DirectDWG 0 2009-05-04 04:23 PM
【转帖】a ordinate dimension problem when exploding yang686526 DirectDWG 0 2009-05-04 03:08 PM


所有的时间均为北京时间。 现在的时间是 11:31 PM.


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