PolygonModifier

PolygonModifier

Overview

PolygonModifier is a class in Aspose.3D FOSS for .NET.

PolygonModifier.Triangulate triangulates all faces of the supplied Mesh into triangles.

This class provides 1 method for working with PolygonModifier objects in .NET programs. Available methods include: Triangulate. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.

Methods

SignatureDescription
Triangulate(mesh: Mesh)Triangulates the polygon defined by the given vertex index array
Triangulate(polygon: int[])

See Also