Nayan
Booster
since ‎2021-03-08
‎2022-06-28

User Statistics

  • 24 Posts
  • 1 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

Hi,I am trying to Split a drawing into two drawings.The situation is:While placing a drawing in layout we need to split the drawing into two drawings(just make the drawing into half) and will put in on the layout.I have tried it with "APIDb_StartClip...
When we place a drawing onto a layout, sometimes the drawing is bigger than the layout so it overlaps.What I am trying to achieve is to resize the drawing to fit into the layout? To achieve this I am trying to chage the ratio ("API_DrawingType.drawin...
1. I'm trying to put saved views (single / multiple) from the view map to a layout. Which api function I can use to place the saved views on the layout?2. In Archicad there is a feature like whenever we are trying to place multiple views on a single ...
I have developed an Add-on. While I have used ARCHICAD 24 3008 INT TRIAL (Trial version)API Development Kit 24.3009and VS2017 (CMake Build)I have successfully build the code and got the .apx file. I can load the Add-on perfectly in my machine and it ...
I am working on an add-ons where I need to export user data as XML format. For this I have included DGLib, GSXMULtils, GSXML and InputOutput Module library to my project using the CMakelists (Using the archicad add-on template for the development).Bu...