cancel
Showing results for 
Search instead for 
Did you mean: 
go
cancel
Showing results for 
Search instead for 
Did you mean: 
Tran Thanh Lo
Booster
since ‎2023-08-01
Tuesday

User Statistics

  • 43 Posts
  • 0 Solutions
  • 14 Likes given
  • 6 Likes received

User activity

Hi everyone,Is there any native way in the Archicad API (C++ or JSON-RPC) to programmatically capture or export the current active view (2D or 3D) directly into an image file (PNG/JPG)?If a direct API doesn't exist, what is the recommended standard workaround to achieve this...
Hi everyone,I’m trying to get the floor plan image of Door objects in Archicad. I referred to the Override sample project and used the following code: API_VisualOverriddenImage image = {}; image.view = APIImage_Model2D; image.overrideStyle.uncutSurfaceType = ACAPI_CreateAttr...
Hello everyone, I'm currently developing an Archicad add-on using the C++ API and need to programmatically split Wall and Slab elements along a specified line or plane, similar to the manual Split operation available in the Archicad UI. After reviewing the API documentation,...
Hi there,In Archicad, when we select an object like Wall / Custom object there is an option"Convert Selection to Morph(s)". Is there a way I can convert a Wall into a Morph using ArchiCAD API C++? Thank you very much for reading my post!
Hello everyone,Currently, I’m trying to retrieve information (such as the lines that form it or an image) for the following two attributes of an object using the ArchiCAD API: 2D Symbol 3D Back View Does anyone know how to achieve this?Thank you very much for reading my post...