高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】selecting Entities
selecting entities
selecting entities
hi all,
i'm trying to select the entities in the model space: all the oddbtextentities. here is the code..
--------------------------
oddbblocktablerecordptr pmainblock = pdb->getmodelspaceid().safeopenobject(oddb::kforwrite) ;
oddbobjectiteratorptr piter = pmainblock->newiterator();
oddbselectionsetptr pselect = oddbselectionset::createobject(pdb);
odarray<oddbfilterptr> filters;
for (piter->start(); !piter->done(); piter->step())
{
oddbentityptr pchildobj = piter->objectid().safeopenobject (oddb::kforwrite, true);
if(pchildobj->iskindof(oddbtext::desc()))
{
oddbtextptr pchildobjtext = pchildobj;
pselect->append(pchildobj->objectid());
}
}
pselect-> select(pmainblock, filters);fff">
m_pdevice->invalidate();
redrawwindow();
-------------------------------
but it throws an assertion in the select statement.
can anyone say the solution for this.
thanks & regards,
rajesh parameswaran.
rajuinnet
none
? | ?
thread tools
display modes
linear mode
search this thread
rate this thread
excellent
good
average
bad
terrible
posting rules
you may post new threads
you may post replies
you may post attachments
you may edit your posts
is on
are on
code is off
html code is off
forum jump
user control panel private messages subscriptions who's online search forums forums home general topics news questions and remarks business issues industry commentary general software issues documentation issues future directions dwg libraries dwgdirect.net dwgdirect, c++ version dwgdirectx, activex version adtdirect/c3ddirect opendwg toolkit/viewkit dgn libraries dgndirect, c++ version (2.x+) dgndirect libraries (legacy 0.99xx)
all times are gmt -7. the time now is 01:00 amfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
|