latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

CADs

Get detailed information about the CAD state

get/cads/{cadId}/states/{cadStateId}

Response

Successful operation.

namestring

Name of the CAD state.

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

The CAD internal format in SimScale.

faultsobject

Faults in the CAD.

Example response

{
  "savedSelections": [
    {
      "id": "159c159c-159c-159c-159c-159c159c159c",
      "name": "My Saved Selection",
      "type": "FACE",
      "entities": [
        "B1_TE1",
        "B1_TE2",
        "B1_TE3"
      ]
    }
  ],
  "features": [
    {
      "id": "159c159c-159c-159c-159c-159c159c159c",
      "type": "extrude_faces",
      "parameters": {
        "faces": [
          "B1_TE248"
        ],
        "extrude_by": {
          "selected": "extrude_faces_mode_distance",
          "extrude_distance": {
            "unit": "m",
            "value": 0.1
          }
        },
        "extrude_method": "add_new"
      },
      "status": "FINISHED",
      "depth": 2
    }
  ]
}