cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The 2025 Technology Preview Program is now live. Join today!

Archicad C++ API
About Archicad add-on development using the C++ API.

Axonometric GetTransformation

WalterWhite
Contributor

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?

 

WalterWhite_1-1756693704353.png

 

2 REPLIES 2
Hiromichi Shinkawa
Graphisoft
Graphisoft

Hi, I'd suggest you to check the command ACAPI_View_Get3DProjectionSets (). Also, you can find sample code in API Examples folder.

HTH. 

Thank you very much for your suggestion.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!