    

 ## On this page

  

 

 # Example: Update Part Modeling

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial",
  "ccaName": "Main Board",
  "partEnabled": true,
  "partMinSize": 0.1,
  "partMinSizeUnits": "mm",
  "partElemOrder": "Second Order (Quadratic)",
  "partMaxEdgeLength": 3.45,
  "partMaxEdgeLengthUnits": "mm",
  "partMaxVertical": 1.23,
  "partMaxVerticalUnits": "mm",
  "partResultsFiltered": false
}

```

## Python Example

For a Python example, refer to the online [PySherlock Reference](https://sherlock.docs.pyansys.com/version/stable/api/index.html).