2 weeks ago
- last edited
Wednesday
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?
Tuesday
Hi, I'd suggest you to check the command ACAPI_View_Get3DProjectionSets (). Also, you can find sample code in API Examples folder.
HTH.
yesterday
Thank you very much for your suggestion.