高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】acdbosnappointref code 91
acdbosnappointref code 91
acdbosnappointref code 91
hi,
i am trying to write the contents of our drawing database into dxf form using the toolkit. when i tried to write out associative dimensions, i run into several problems. here is one:
is there any way to set the value of acdbosnappointref dxf code 91 using the c++ dwgdirect toolkit? whatever i have tried, the value was always 0. in the "right" drawing the value is either 1, or 2. btw i could not find any reference to the actual meaning of this dxf code. could you give me at least a hint?
thanks a lot,
miklos
quote:
originally posted by erdelyiszabo
is there any way to set the value of acdbosnappointref dxf code 91 using the c++ dwgdirect toolkit?
osnappointref->mainentity().subentid().setindex(value);
quote:
originally posted by erdelyiszabo
btw i could not find any reference to the actual meaning of this dxf code. could you give me at least a hint?
dxf group code 91 - gsmarker(graphic system selection markers ) of main object (index) (from dxf reference).
--
best regards,
sergey zaitcev
|