![]() |
【转帖】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. |