马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
Finding Erased Entities
问题:
How to force an AcDbBlockTableRecordIterator not to skip erased entities?
解答:
To avoid skipping the erased entities, you must specify false for last parameter
in the newIterator() method of AcDbBlockTableRecord class (which is incidentally
optional and is set to true i.e. skip the erased entities).
The sample code below will list all the entities that were erased in the ModelSpace.
The comments are included where you need to specify the correct argument to
iterate though the erased entities.
游客,本帖隐藏的内容需要积分高于 30 才可浏览,您当前积分为 0
|