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

yang686526 2009-05-07 03:26 PM

【转帖】saving Current View To Db
 
saving current view to db?
saving current view to db?
i wanna ask, how can i save my current transformed view back to file?
checking the sample, i manage to get the following code to automatic save the file in viewport with extents zoom.
code:
odgsview* pview = pdevice->viewat(0);
oddbviewporttableptr pvptbl = pdb->getviewporttableid().safeopenobject();
oddbobjectid id = pvptbl->getactiveviewportid();
if (id)
{
odabstractviewpeptr pabstractviewpe = odabstractviewpeptr(pview);
oddbviewporttablerecordptr prec = id.safeopenobject(oddb::kforwrite);
prec->zoomextents();
}
however, i want the viewport to be saved with the current view user viewing. is this possible?


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