cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Tran Thanh Lo
Booster
since ‎2023-08-02
4 weeks ago

User Statistics

  • 41 Posts
  • 0 Solutions
  • 11 Likes given
  • 5 Likes received

User activity

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.uncutSurfa...
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 reviewi...
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...
Hi guys, Could you help me with this question? I want to know all the parameters that can be added to the schedule (using the 'add fields' button), as shown in the image below. If you can assist me with this, please explain how to obtain them. Thank ...