图引擎服务 GES-三角计数(triangle_count)(1.0.0)

时间:2023-11-01 16:25:45

三角计数(triangle_count)(1.0.0)

表1 parameters参数说明

参数

是否必选

说明

类型

取值范围

statistics

是否仅输出总的统计量结果:

  • true:仅输出总的统计数量。
  • false:输出各点对应三角形数量。

Boolean

true或false,默认为true。

表2 response_data参数说明

参数

类型

说明

triangle_count

Integer

三角形个数

vertex_triangles

List

各节点的三角形个数,格式:

[{vertexId : vertexTriangleCount},...],

其中,

vertexId:string类型

vertexTriangleCount:Integer类型

support.huaweicloud.com/api-ges/ges_03_0095.html