PolygonClosedD2DSharpPoints Property |
Gets the points of the polygon which are sharp points. Points of the polygon which are not in this set are considered to be soft points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HashSet<PointD2D> SharpPoints { get; }
Property Value
HashSetPointD2D
The sharp points.
See Also