We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-10-26 10:19 AM - last edited on 2023-05-24 03:22 PM by Daniel Kassai
In Archicad, when we select an object like Wall / Custom object there is an option "Convert Selection to Morph(s)". Is there any way we can achieve this using API_DevKit?
Thank you
2023-09-12 04:20 AM
As far as I know, that feature doesn't exist in API.
However, you can create morphs through geometry.
Check API_ElemInfo3D and API_Component3D.
Then, you can create body data using ACAPI_Body_Create.