# Prestresses

Prestress force applied to a structural element -- initial axial force
on a connector, anchor or similar member at the start of analysis.

## Examples

```python
feature = model.get_prestress(shapes)
feature.force = 100.0
```

## Properties

<dl>
<dt>force : float</dt>
</dl>
