abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
DE
abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
Tran Thanh Lo
Booster
seit ‎2023-08-02
vor einer Woche

Benutzerstatistik

  • 41 Beiträge
  • 0 Lösungen
  • 11 Vergebene Kudos
  • 6 Erhaltene Kudos

Benutzeraktivitäten

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...
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 you in advance.