latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Meshes

Get information about the mesh

get/projects/{projectId}/meshes/{meshId}

Response

Successful operation.

meshIdstring uuid

The ID of the mesh.

namestring

The name of the mesh.

createdAtstring date-time

The time when the mesh was imported.

numberOfCellsinteger

Number of cells of the mesh.

numberOfNodesinteger

Number of nodes of the mesh.

Example response

{
  "meshId": "159c159c-159c-159c-159c-159c159c159c",
  "name": "My first mesh",
  "createdAt": "2020-03-04T15:16:17Z",
  "numberOfCells": 20000,
  "numberOfNodes": 30000
}