Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.
2025-04-09 08:33 AM
Hello everyone,
I would like to create points in a mesh using a .txt file that contains x, y, z coordinates.
Is there a way to do this using the C++ API?
Could you please guide me on how to do it? Thank you very much.
2025-05-30 04:19 AM
Hi, You can create a mesh and set points using x,y,z coordinates. I'd suggest you to check the API example code
2025-06-06 04:14 AM
Yes, thanks Sir