Go to: Synopsis. Return value. Python examples.

Synopsis

ikHandleDisplayScale( float )

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

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

floatReturns current display size of ikHandle.

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

Python examples

import maya.cmds as cmds

# Half the display size with respect to the default size.
cmds.ikHandleDisplayScale( 0.5 )