Go to: Synopsis. Return value. Python examples.
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 NOT editable.
This action modifies and queries the current display size of ikHandle. The default display scale is 1.0.None
In query mode, return type is based on queried flag.
import maya.cmds as cmds # Half the display size with respect to the default size. cmds.ikHandleDisplayScale( 0.5 )