PolygonModifier

PolygonModifier

Overview

PolygonModifier is a class in Aspose.3d for Python.

PolygonModifier.triangulate converts polygon faces to triangles and returns a Mesh or index list.

Methods

SignatureDescription
triangulate(arg1, arg2, arg3, arg4)Union[None, 'Mesh', List[List[int]]]can return either a new Mesh`, a list of triangle index arrays, or None depending on the input arguments
process_node(node)Applies polygon modification logic to the given scene node