Minor changes
git-svn-id: https://triangle.svn.codeplex.com/svn@75118 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user