    

 ## On this page

  

 

 # Examples: SherlockLayerService.updateMountPoints()

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial Project",
  "ccaName": "Main Board",
  "mountPointsProperties": [
    {
      "ID": "MP1",
      "type": "Mount Hole",
      "shape": "Circular",
      "units": "mm",
      "x": "0",
      "y": "0",
      "length": "3.56",
      "width": "3.56",
      "diameter": "3.56",
      "nodes": "8",
      "rotation": "0",
      "side": "TOP",
      "height": "0",
      "material": "DEFAULT",
      "boundary": "Outline",
      "constraints": "X-axis translation|Y-axis translation|Z-axis translation",
      "polygon": "",
      "state": "Enabled",
      "chassisMaterial": "ALUMINUM"
    }
  ]
}

```

## Python Example

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