public static void Dilate(ValueTuple <int, int>[] dimTags, double x, double y, double z, double a, double b, double c) { var list = dimTags.ToIntArray(); Gmsh_Warp.GmshModelGeoDilate(list, list.LongLength, x, y, z, a, b, c, ref Gmsh._staticreff); Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle); }