高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how can i set dxf 70 bits for oddbattribute objec
how can i set "dxf 70" bits for oddbattribute object
how can i set "dxf 70" bits for oddbattribute object
i want to set attribute "constant", "preset" and "verifiable"
dxf 70 to a object oddbattribute
like
oddbattributedefinition::setconstant
oddbattributedefinition::setverifiable
oddbattributedefinition::setpreset
please let me know the way that i could set this attributs.
other details:
dwgdirect 1.10, 1/23/2004
autocad 2002
vc++ 6.0
windows xp
where is no method to set these flags directly.
void oddbattribute::setattributefromblock(const oddbattributedefinition *pattdef, const odgematrix3d& xform)
should copy the flags from oddbattributedefinition (but it appeared that it does not as a result of dd bug - will be fixed in 1.12)
sergey slezkin
|