コード例 #1
0
                    /// <summary>
                    /// Set a mesh size constraint on the model entities `dimTags'. Currently
                    /// only entities of dimension 0 (points) are handled.
                    /// </summary>
                    public static void SetSize(ValueTuple <int, int>[] dimTags, double size)
                    {
                        var list = dimTags.ToIntArray();

                        Gmsh_Warp.GmshModelGeoMeshSetSize(list, list.LongLength, size, ref Gmsh._staticreff);
                        Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
                    }