|
Triangulator(IListPoint) Constructor |
Constructor that takes positions that define the outer polygon. To add a hole call
AddHole(PointCollection) method.
To add multiple outer polygons and holes, use constructor that takes an array of list of points.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Triangulator(
IList<Point> points
)
Parameters
- points IListPoint
- list of points that define the polygon that need to be triangulated.
See Also