예제 #1
0
 /// <summary>
 /// Clear all loaded models and post-processing data, and add a new empty model.
 /// </summary>
 public void Clear()
 {
     GMshNativeMethods.gmshClear(ref ierr);
     if (ierr != 0)
     {
         throw new GMshException(ierr);
     }
 }