MeshObjectID =  mesh .create  (  )  
                      
Description :

This instruction creates a mesh with an unlimited number of vertices and triangles.

To creat the vertices and triangles, you must use:

mesh.triangle.add
mesh.vertex.add

Return Handle :

  • ObjectID of the mesh if the creation was successful, NULL otherwise.

Examples :