set_default#
- static TriangulateResults.set_default(error_code=None, n_faces_triangulated=None)#
Set the default values of the
TriangulateResults
object.- Parameters:
- error_code: ErrorCode, optional
Error code associated with failure of the operation.
- n_faces_triangulated: int, optional
Number of faces that were triangulated.