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

yang686526 2009-05-07 03:33 PM

【转帖】selecting In Odamfcapp
 
selecting in odamfcapp
selecting in odamfcapp
i want to implement selecting in my application, i wanted to base on solution from odamfcapp, but i see that what is selected there is topmost block reference rather than single element in block. situation is more complicated, when element is in model space and we have a displayed layout with viewport on that modelspace. then, selection in odamfcapp does not work at all.
i think the problem is that the library does not provide any simple way to get real coordinates (or suitable transformation), having only oddbentityptr of given entity. are you going to introduce such functionality in future releases?
i can provide sample dwg file with viewport that elements are not selectable.
hi,
these issues are odamfcapp's limitations.
1. odgsview::select() allows to select on each level of scene graph. odamfsapp selection handler cut down nested entities.
2. when paper layout is displayed in odamfcapp -- paperspace view is always active one -- so only paper space entities can be selected.
3. when handling odgsselectionreactor::selected() callback all odgsview's transformations can be obtained via pointer to view currently selecting in.

quote:
originally posted by dmitry a. novikov
hi,
these issues are odamfcapp's limitations.
1. odgsview::select() allows to select on each level of scene graph. odamfsapp selection handler cut down nested entities.
2. when paper layout is displayed in odamfcapp -- paperspace view is always active one -- so only paper space entities can be selected.
3. when handling odgsselectionreactor::selected() callback all odgsview's transformations can be obtained via pointer to view currently selecting in.
dear dmitry a. novikov,
can i know how to open drawings in model space by default. how to set the model space as the default view..
tia
thanks & regards,
rajesh parameswaran
call oddbdatabase::setcurrentlayout() function.
e.g.:
code:
oddbblocktablerecordptr pmodelblock = pdb->getmodelspaseid().safeopenobject();
pdb->setcurrentlayout(pmodelblock->getlayoutid());


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