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

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

Parameters :

  • ObjectID of the scene.
  • Index of the mesh.

Return Handle :

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

Examples :