MeshObjectID =  mesh .quad .create  (  SideLength  )  
                                
Description :

This instruction creates a square quad in the XY plane.

Parameters :

  • Size of the side of the quad.

Return Handle :

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

Examples :