Click or drag to resize
AB4D logo

TriangulatorCreateTriangleIndices Method

CreateTriangleIndices method triangulates the specified points and creates a list of triangle indices that define the polygon.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public List<int> CreateTriangleIndices()

Return Value

ListInt32
List of triangle indices that define the polygon
Exceptions
ExceptionCondition
FormatExceptionFormatException is thrown when the points define an invalid polygon - usually when the polygon lines intersect each other.
See Also