Go to: Synopsis. Return value. MEL examples.

Synopsis

ikHandleDisplayScale float

ikHandleDisplayScale is undoable, queryable, and editable.

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

Return value

None

MEL examples

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