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. |
Parent topic: Algorithm API Parameter References