Convert all Polygons to Triangles in 3D Model
Contents
[
Hide
]
Using Aspose.3D for Python via .NET API, developers can convert all polygons to triangles in any supported 3D file.
Convert All Polygons to Triangles
We have added another overload of triangulate
method in the PolygonModifier
class which takes a Scene
class object as a parameter as shown in this code example: