cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Le Tan Kien
Booster

Create points in Mesh by API C++

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 Replies 2
Hiromichi Shinkawa
Graphisoft
Graphisoft

Hi, You can create a mesh and set points using x,y,z coordinates. I'd suggest you to check the API example code 

Do_Mesh_Edit (void) in Element_test\Element_Modify_ModelElements.cpp. It shows you how to modify points (
meshLevelCoords). But you can set meshLevelCoords array with x,y,z values for creating mesh.
HTH.
Le Tan Kien
Booster

Yes, thanks Sir

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!