コード例 #1
0
 /// <summary>
 /// Set the meshing algorithm on the model entity of dimension `dim' and tag
 /// `tag'. Currently only supported for `dim' == 2.
 /// </summary>
 public static void SetAlgorithm(int dim, int tag, int val)
 {
     Gmsh_Warp.GmshModelGeoMeshSetAlgorithm(dim, tag, val, ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }