Triangle Count
| Parameter | Mandatory | Description | Type | Value Range |
|---|---|---|---|---|
| statistics | No | Whether to export only the total statistical result.
| Boolean | true or false. The default value is true. |
| Parameter | Type | Description |
|---|---|---|
| triangle_count | Integer | Number of triangles |
| vertex_triangles | List | Number of triangles on each vertex. The format is as follows: [{vertexId : vertexTriangleCount},...], where vertexId is of the string type. vertexTriangleCount is of the integer type. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.