Exemplo n.º 1
0
 /// <summary>
 /// Clear the mesh, i.e. delete all the nodes and elements.
 /// </summary>
 public void Clear()
 {
     GMshNativeMethods.gmshModelMeshClear(ref ierr);
     if (ierr != 0)
     {
         throw new GMshException(ierr);
     }
 }