MeshObjectID =  mesh .disk .create  (  Radius ,  NbSegments  )  
                                     
Description :

This instruction creates a disk primitive in the XY plane.

Parameters :

  • Radius of the disk.
  • Number of segments in the disk.

Return Handle :

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

Examples :