pymel.core.animation.ikHandleDisplayScale

ikHandleDisplayScale(*args, **kwargs)

This action modifies and queries the current display size of ikHandle. The default display scale is 1.0. In query mode, return type is based on queried flag.

Flags:

Derived from mel command maya.cmds.ikHandleDisplayScale

Example:

import pymel.core as pm

import maya.cmds as cmds

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

Previous topic

pymel.core.animation.ikHandle

Next topic

pymel.core.animation.ikSolver

Core

Core Modules

Other Modules

This Page