예제 #1
0
파일: GeoFunc.cs 프로젝트: msruzy/Gmsh.Net
 public void Synchronize()
 {
     GMshNativeMethods.gmshModelGeoSynchronize(ref ierr);
     if (ierr != 0)
     {
         throw new GMshException(ierr);
     }
 }