WalterWhite
Contributor
since ‎2022-04-30
9 hours ago

User Statistics

  • 37 Posts
  • 0 Solutions
  • 2 Likes given
  • 1 Likes received

User activity

I am currently studying the relevant interfaces of parallel projection, among which there is// Axonometric projection queryvoid GetTransformation (TRANMAT*tr) const;For such an interface, I don't understand exactly what the tr obtained refers to. Are...
I have obtained information about axmetric views through api such as API_AxonoPars axono and p.u.axono.tranmat.tmx. I also know that the GetViewPoint() interface in the perspective view can obtain the camera position in the perspective view, but it s...
There are two curtain walls in my scene. How can I know the curtain wall corresponding to each panel through C++ api?
In the following code in my grc file, can I make changes to the "item" string through the api?'STR#' 32500 "Strings for the Menu" { /* [ ] */ "Menu name" /* [ 1 ] */ "item" }
Is there a C++ interface to get screenshots of 3D views?