Updated on 2022-08-08 GMT+08:00

Triangle Count

Table 1 Parameter description

Parameter

Mandatory

Description

Type

Value Range

statistics

No

Whether to export only the total statistical result.

  • true: Export only the statistical result.
  • false: Export the number of triangles corresponding to each vertex.

Boolean

true or false. The default value is true.

Table 2 response_data parameter description

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.