Tran Thanh Lo
Booster
since ‎2023-08-01
3 hours ago

User Statistics

  • 39 Posts
  • 0 Solutions
  • 9 Likes given
  • 5 Likes received

User activity

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 ...
Hi everyone, I want to create an addon related to schedules in ArchiCAD, I want to access current schedules and set new values for it? But in the process of researching, I haven't found a way to get and set values for schedule?If you know any informa...
Hello everyone, I'm trying to create Fills based on zone points. Everything is okay with the code below when I get the zone points and create Fill according to those points: list* points = GetPointsInElement(eleZone, eleZone.zone.poly); //-----------...
Likes received