查看单个帖子
旧 2009-05-07, 04:52 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】extstyle Standard And Xrefs

textstyle 'standard' and xrefs
textstyle 'standard' and xrefs
hi,
i created a dwg file with an xref; the xref contains text with the style 'standard'. the textstyles 'standard' of both files are not identical.
i am using oddbxrefman (version 1.13.02) to load and bind all xrefs. with that, the textstyle id of the xref text is the same as the 'standard' id of the main file.
the funny thing is: when i just load all xrefs without binding them, then the id of the text is correct (the xref textstyle id).
i know that acad doesn't display textstyles of attached xrefs, but is it possible that the toolkit loads all styles into the main database?
torsten
hi,
the oddbxrefman::bind() method has binsertbind argument.
if binsertbind==true then the method binds the xref to the host drawing in a way similar to detaching and inserting the reference drawing. the records with the same name is "mapped" to a single record of the main drawing (oddb::kdrcignore value is used while cloning).
if binsertbind==false then the method binds the xref with mangling of xref-dependent records (xref1|standard -> xref1$n$standard). in this manner, unique named objects are created for all xref-dependent records.
regards,
sergey vishnevetsky
hi,
thanks for the information, it helped me a lot! binsertbind==false seems to be the mode i need.
torsten
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)