查看单个帖子
旧 2009-05-06, 09:54 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】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.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)