This action modifies and queries the current ikSystem controls. In query mode, return type is based on queried flag.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| globalSnapHandle (gsh) | bool |     | |
| 
 | |||
Derived from mel command maya.cmds.ikSystemInfo
Example:
import pymel.core as pm
# Enable global handle snapping
#
pm.ikSystemInfo( gsh=True )