Minor changes

git-svn-id: https://triangle.svn.codeplex.com/svn@75118 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
SND\wo80_cp
2014-07-02 17:54:05 +00:00
parent 70b6ce226d
commit 665e20c11f
4 changed files with 36 additions and 19 deletions
@@ -42,5 +42,14 @@ namespace TriangleNet.Meshing
/// be used to check if a triangle needs refinement.
/// </remarks>
public bool VariableArea { get; set; }
/// <summary>
/// Gets or sets the maximum number of Steiner points to be inserted into the mesh.
/// </summary>
/// <remarks>
/// If the value is 0 (default), an unknown number of Steiner points may be inserted
/// to meet the other qulaity constraints.
/// </remarks>
public int SteinerPoints { get; set; }
}
}