latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

CADs

Get information about the CAD

get/projects/{projectId}/cads/{cadId}

Response

Successful operation.

cadIdstring uuid

The ID of the CAD.

cadStateIdstring uuid

The ID of the current CAD state.

namestring

The name of the CAD.

createdAtstring date-time

The time when the CAD was imported.

format'PARASOLID' | 'STL' | 'NTOP'

The CAD internal format in SimScale.

Example response

{
  "cadId": "159c159c-159c-159c-159c-159c159c159c",
  "cadStateId": "249c249c-249c-249c-249c-249c249c249c",
  "name": "My first CAD",
  "createdAt": "2020-03-04T15:16:17Z",
  "format": "STL"
}