This command creates a tool that can be used to create a wire deformer.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| crossingEffect (ce) | float |       | |
| 
 | |||
| deformationOrder (do) | unicode |       | |
| 
 | |||
| dropoffDistance (dds) | float |       | |
| 
 | |||
| envelope (en) | float |       | |
| 
 | |||
| exclusive (exc) | bool |       | |
| 
 | |||
| exclusivePartition (ep) | unicode |       | |
| 
 | |||
| exists (ex) | bool |   | |
| 
 | |||
| groupWithBase (gw) | bool |       | |
| 
 | |||
| history (ch) | bool |   | |
| 
 | |||
| holder (ho) | bool |     | |
| Controls whether the user can specify holders for the wires from the wire context. A holder is a curve that you can use to limit the wire’s deformation region. Default is false. | |||
| image1 (i1) | unicode |       | |
| image2 (i2) | unicode |       | |
| image3 (i3) | unicode |       | |
| 
 | |||
| localInfluence (li) | float |       | |
| 
 | |||
| name (n) | unicode |   | |
| 
 | |||
Derived from mel command maya.cmds.wireContext
Example:
import pymel.core as pm
import maya.cmds as cmds
pm.wireContext( 'wireCtx' )