查看单个帖子
旧 2009-05-06, 08:10 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】oddbselectionsetfilteronlyselect gives wrong results

oddbselectionset::filteronlyselect gives wrong results
oddbselectionset::filteronlyselect gives wrong results
hi,
when i use this code to select all the polylines from a particular layer the result is that ncount == 0.
code:
oddbselectionsetptr psset = oddbselectionset::createobject(m_pdb);
odresbufptr pfilter = odresbuf::newrb(odresbuf::kdxfstart, "lwpolyline");
pfilter->setnext(odresbuf::newrb(odresbuf::kdxflayername, strlayer));
psset->filteronlyselect(pfilter);
int ncount = psset->numentities()
filtering only on layername gives the correct results but i am only interested in polylines.
what to do to get the correct result?
jochem
for group code 0 our current implementation expects not dxf name but class name (acdbpolyline in your case).
probably it should be reviewed.
sergey slezkin
works like a sunshine, thanks
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)