Overview
PolygonModifier is a class in Aspose.3D FOSS for .NET.
PolygonModifier.Triangulate triangulates the given Mesh into triangles.
Methods
| Signature | Description |
|---|
Triangulate(mesh: Mesh) | Triangulates a polygon defined by an array of vertex indices |
Triangulate(polygon: int[]) | |
See Also