NumberOfVertices =  mesh .vertex .number .get  (  MeshObjectID  )  
                                     
Description :

This instruction returns the number of vertices in a mesh.

Parameters :

  • ObjectID of the mesh.

Return Value :

  • Number of vertices in the mesh

Examples :