cancel
Showing results for 
Search instead for 
Did you mean: 
go
cancel
Showing results for 
Search instead for 
Did you mean: 
Leonardo Lopes
Contributor
since ‎2022-10-25
3 weeks ago

User Statistics

  • 10 Posts
  • 0 Solutions
  • 4 Likes given
  • 5 Likes received

User activity

Hi everyone, I am working on a C++ plugin and I'm trying to automate the modeling of some lines and dimensions directly onto the 2D Preview of window cross-sections within a Schedule. I am having trouble finding a way to access this specific view. From what I’ve explored in ...
Hi, i am having a really hard time figuring out how to place a drawing in a layout by specifing it's position and clip polygon, and making the drawing visible inside the crop region. A snippet of my code is as follows: // Init GSErrCode err = NoError; // Default drawing sett...
Is there a way to optimize the performance of an Add-On that makes a lot of sequential calls of the function APIDb_​ChangeCurrentDatabaseID ? In my case, this function is being used to switch to different layout databases. In the API documentation there are some examples tha...
I am implementing a rolldown modal dialog, really similar to the scheme settings rolldown dialog (see attached image). I already looked up the SDK example BasicElementIconsRollDownDialog (DG_Test), but i am having a really hard time handling the resize of the items inside th...
Likes given