---
title: "goToPreferredPose"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738963/goToPreferredPose"
format: markdown
---
# Description

Shows the preferred pose for all selected bones.

The preferred pose is an attribute on a bone that tells the solver the most likely pose the bone will be in.

This command shows the preferred pose by setting a key at the current frame representing the preferred pose on all selected bones. Executing this command does not change the skeleton or its properties in any way; it's just a means of visualizing the preferred pose in the 3D view.

## Functional area

Skeletal solving

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `goToPreferredPose` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
// Show the preferred pose for all bones in the scene.
selectByType BoneNode;
showPreferredPose;
```