几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】oddbselectionsetfilteronlyselect gives wrong results (http://www.dimcax.com/hust/showthread.php?t=17604)

yang686526 2009-05-06 08:10 PM

【转帖】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


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