MeshObjectID =  scene .mesh .get  (  SceneObjectID ,  MeshName  )  
                                     
Description :

This instruction returns the ObjectID of the mesh currently assigned to a scene.

Parameters :

  • ObjectID of the scene.
  • Name of the mesh.

Return Handle :

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

Examples :