示例#1
0
 /// <summary>
 /// Synchronize the built-in CAD representation with the current Gmsh model.
 /// This can be called at any time, but since it involves a non trivial amount
 /// of processing, the number of synchronization points should normally be
 /// minimized.
 /// </summary>
 public static void Synchronize()
 {
     Gmsh_Warp.GmshModelGeoSynchronize(ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }