bValidated =  mesh .generate  (  MeshObjectID  )  
                           
Description :

This instruction gathers the geometry and topology defined to create a mesh, its vertices and its triangles. If these are coherent, the instruction produces the mesh.

Parameters :

  • ObjectID of the mesh.

Return Value :

  • Boolean value to determine if the mesh was validated. TRUE if all works well, FALSE otherwise.

Examples :