查看单个帖子
旧 2009-05-06, 08:22 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】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
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)