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.
2 weeks ago
Hi, You can create a mesh and set points using x,y,z coordinates. I'd suggest you to check the API example code
Friday
Yes, thanks Sir