Go to: Synopsis. Return value. MEL examples.

Synopsis

ikHandleDisplayScale float

ikHandleDisplayScale is undoable, queryable, and NOT editable.

This action modifies and queries the current display size of ikHandle. The default display scale is 1.0.

Return value

None

In query mode, return type is based on queried flag.

MEL examples

// Half the display size with respect to the default size.
ikHandleDisplayScale 0.5;