latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Mesh Operations

Get information about the mesh operation

get/projects/{projectId}/meshoperations/{meshOperationId}

Query parameters

meshingSpecSchemaVersionstring
Example:10.0

Version of the schema the meshing spec should conform to. This can be either the external version like 8.0, or the internal version like internal:53.

Response

Successful operation.

meshOperationIdstring uuid

The mesh operation ID.

namestring required

The name of the mesh operation.

versionstring required

The schema version of the mesh operation. This can be either the external version like 8.0, or the internal version like internal:53.

cadIdstring uuid required

The ID of CAD input to the mesh operation.

stateIdstring uuid required

The ID of CAD state input to the mesh operation.

createdAtstring date-time

The time the mesh operation was created.

modifiedAtstring date-time

The time the mesh operation was last modified.

startedAtstring date-time

The time the mesh operation was started.

finishedAtstring date-time

The time the mesh operation was finished.

status'READY' | 'QUEUED' | 'RUNNING' | 'FINISHED' | 'CANCELED' | 'FAILED'

Status of the operation.

progressnumber

The current progress while the mesh operation is in progress.

meshIdstring uuid

The ID of the generated mesh.

Example response

{
  "meshOperationId": "159c159c-159c-159c-159c-159c159c159c",
  "name": "My Mesh Operation",
  "version": 18,
  "cadId": "d0b816ef-3023-4e6c-84e9-e3a60130a146",
  "stateId": "3f8c2f54-9c1a-4d7e-8c73-8e4b0b0c6a2b",
  "createdAt": "2020-03-04T15:16:17Z",
  "startedAt": "2020-03-04T15:17:18Z",
  "finishedAt": "2020-03-04T17:29:42Z",
  "computeResource": {
    "type": "GPU_HOURS",
    "value": 0.27
  },
  "model": {
    "type": "SIMMETRIX_MESHING_FLUID_V16",
    "sizing": {
      "type": "AUTOMATIC_V9",
      "fineness": 3
    },
    "refinements": [],
    "cellZones": [],
    "automaticLayerSettings": {
      "type": "AUTOMATIC_LAYER_OFF"
    },
    "physicsBasedMeshing": false,
    "hexCore": true,
    "numOfProcessors": -1,
    "advancedSimmetrixSettings": {
      "smallFeatureTolerance": {
        "value": 0.00001,
        "unit": "m"
      },
      "gapElements": 0.05
    }
  },
  "status": "FINISHED",
  "progress": 1,
  "meshId": "159c159c-159c-159c-159c-159c159c159c"
}