几何尺寸与公差论坛------致力于产品几何量公差标准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)
-   -   【转帖】percentage complete iterating modelspace entities (http://www.dimcax.com/hust/showthread.php?t=17884)

yang686526 2009-05-06 09:54 PM

【转帖】percentage complete iterating modelspace entities
 
percentage complete iterating modelspace entities
percentage complete iterating modelspace entities
i am iterating the modelspace entities using a iterator. so my for loop uses the sual:
piter->start() ; !piter->done(); piter->step()
but in order to establish the percentage complete through the iteration process, i need to know how many iterating steps there are.
at the moment, i can't work out how to ascertain the percentage complete i am iterating through the modelspace entities.
this was possible in legacy toolkit because you knew the total number of entities.
please assist me. i expect i am miss reading a function that clearly does what i need.
thanks.
andrew
currently there is no other method of getting number of entities in block except using iterator to count them.
sergey slezkin
is there going to be?
i am concerned at the way it will slow app down to read them twice.
but i can do it for now if that is the only way.
andrew
currently entities in block table record are stored as a list and method like numentities() will perform the same iteration.
untill dd internals are redesigned to store entities in some other manner it's better for client to know that counting entities is an expensive operation. now i can't say when this will be changed.
sergey slezkin
numentries seems to only be applicable to these classes:
oddbauditinfo
oddbgroup
oddbselectionset
none of these seem to be applicable to the oddbblocktable class.
andrew
i mean that we have not introduced numentities() method in blockrecord class because ......
btw objectarx have no such method too.
sergey slezkin
oh.
so i must iterate them first.


所有的时间均为北京时间。 现在的时间是 09:31 AM.