pymel.core.animation.ikHandleDisplayScale — PyMEL 1.0.7 documentation

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.

Derived from mel command maya.cmds.ikHandleDisplayScale

Example:

import pymel.core as pm

# 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 Modules

Type Modules

Other Modules

This Page