a month ago
- last edited
3 weeks ago
by
Laszlo Nagy
I am currently studying the relevant interfaces of parallel projection, among which there is
// Axonometric projection query
void GetTransformation (TRANMAT*tr) const;
For such an interface, I don't understand exactly what the tr obtained refers to. Are there any other C++ apis that can obtain the angles, axonometric lengths, and azimuths of each axis in a parallel projection?
3 weeks ago
Hi, I'd suggest you to check the command ACAPI_View_Get3DProjectionSets (). Also, you can find sample code in API Examples folder.
HTH.
3 weeks ago
Thank you very much for your suggestion.