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

yang686526 2009-05-06 08:22 PM

【转帖】oddbviewportcalczoomextents
 
oddbviewport::calczoomextents
oddbviewport::calczoomextents
hi,
i have some code that uses oddbviewport::calczoomextents, i compile it with dwgdirect 1.13.02. now in dwgdirect 1.13.05 such method is no longer present. how can i modify this code to work again?
thanks
marco
odgeextents3d extents;
odviewport->getgeomextents(extents);
odgepoint3d maxpt = extents.maxpoint();
odgepoint3d minpt = extents.minpoint();
oddbextents ext(minpt, maxpt);
odgematrix3d matmodtoview;
bool boh;
odviewport->calczoomextents(ext, matmodtoview, boh);
odgevector3d xaxis = matmodtoview.getcsxaxis();
odgevector3d yaxis = matmodtoview.getcsyaxis();
odgevector3d zaxis = matmodtoview.getcszaxis();
odgepoint3d orgin = matmodtoview.getcsorigin();
just a little correction: the code actually compiles with dwgdirect 1.12.
is there a solution to this problem? i would like to update...
ciao
marco
why no answer?
sorry but i don't understand this silence...
is that method deprecated or unsupported? can i hope to see it again in next version of dwgdirect? can you suggest me a workaround?
the absence of any answer helps nobody.
ciao
marco


所有的时间均为北京时间。 现在的时间是 04:19 PM.