# get_features

Return all features as typed Remote objects.

## Parameters

<dl>
<dt>shapes : Shape | ShapeList | None</dt>
<dd>If provided, only return features on these shapes. If None, return all features in the model/stage.</dd>
</dl>

## Returns

<dl>
<dt>list[Feature]</dt>
<dd>List of typed Remote feature objects (SurfaceLoads, Supports, etc.).</dd>
</dl>
