|
TriangulatorCreateTriangleIndices Method |
CreateTriangleIndices method triangulates the specified points and creates a list of triangle indices that define the polygon.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public List<int> CreateTriangleIndices()
Return Value
ListInt32List of triangle indices that define the polygon
Exceptions Exception | Condition |
---|
FormatException | FormatException is thrown when the points define an invalid polygon - usually when the polygon lines intersect each other. |
See Also