QuerySurfaceGroupTriangulationData
-
class
cee.ug.QuerySurfaceGroupTriangulationData() The result of a
QuerySurfaceGrouptriangulation query.The mesh is returned as a deduplicated set of vertices referenced by triangle indices.
Properties
Properties
-
QuerySurfaceGroupTriangulationData.triangleIndices Type: [number] The triangle indices into the
verticesarray.There are three indices per triangle. Each index references a vertex in
vertices(i.e. vertexioccupiesvertices[3*i],vertices[3*i + 1],vertices[3*i + 2]).
-
QuerySurfaceGroupTriangulationData.vertices Type: [number] The vertex positions in world coordinates.
This array contains x,y,z values for each vertex. So there will be 3 values (x,y,z) per vertex.