예제 #1
0
 /// <summary>
 /// Set a recombination meshing constraint on the model entity of dimension
 /// `dim' and tag `tag'. Currently only entities of dimension 2 (to
 /// recombine triangles into quadrangles) are supported.
 /// </summary>
 public static void SetRecombine(int dim, int tag, double angle = 45)
 {
     Gmsh_Warp.GmshModelGeoMeshSetRecombine(dim, tag, angle, ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }