Click or drag to resize

IPolygonD2DSharpPoints 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.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
ISet<PointD2D> SharpPoints { get; }

Property Value

ISetPointD2D
The sharp points.
See Also