MeshObjectID =  mesh .hemisphere .create  (  Radius ,  NbVSegments ,  NbHSegments ,  IsCapped  )  
                                               
Description :

This instruction creates a hemisphere primitive based on a specified radius, number of vertical divisions and number of horizontal divisions.

Parameters :

  • Radius of the hemisphere.
  • Number of vertical segments.
  • Number of horizontal segments.
  • Boolean to define if the hemisphere had to be capped or not. TRUE or FALSE.

Return Handle :

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

Examples :