Go to: Synopsis. Return value. Related. Flags. MEL examples.
wire [-after] [-afterReference] [-before] [-components] [-crossingEffect float] [-deformerTools] [-dropoffDistance uint linear] [-dumpInfo] [-envelope float] [-exclusive string] [-fixedSetupData string] [-frontOfChain] [-geometry string] [-geometryIndices] [-groupWithBase boolean] [-holder uint string] [-ignoreSelected] [-includeHiddenSelections] [-localInfluence float] [-name string] [-parallel] [-prune] [-remove] [-selectedComponents] [-split] [-useComponentTags] [-wire string] [-wireCount uint]
[objects]
wire is undoable, queryable, and editable.
This command creates a wire deformer.| string[] | The wire node name and the wire curve name |
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-after(-af)
|
|
|
||
|
||||
-afterReference(-ar)
|
|
|
||
|
||||
-before(-bf)
|
|
|
||
|
||||
-components(-cmp)
|
|
|
||
|
||||
-crossingEffect(-ce)
|
float
|
|
||
|
||||
-deformerTools(-dt)
|
|
|
||
|
||||
-dropoffDistance(-dds)
|
uint linear
|
|
||
|
||||
-dumpInfo(-dui)
|
|
|
||
|
||||
-envelope(-en)
|
float
|
|
||
|
||||
-exclusive(-ex)
|
string
|
|
||
|
||||
-fixedSetupData(-fsd)
|
string
|
|
||
|
||||
-frontOfChain(-foc)
|
|
|
||
|
||||
-geometry(-g)
|
string
|
|
||
|
||||
-geometryIndices(-gi)
|
|
|
||
|
||||
-groupWithBase(-gw)
|
boolean
|
|
||
|
||||
-holder(-ho)
|
uint string
|
|
||
|
||||
-ignoreSelected(-is)
|
|
|
||
|
||||
-includeHiddenSelections(-ihs)
|
|
|
||
|
||||
-localInfluence(-li)
|
float
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-parallel(-par)
|
|
|
||
|
||||
-prune(-pr)
|
|
|
||
|
||||
-remove(-rm)
|
|
|
||
|
||||
-selectedComponents(-cms)
|
|
|
||
|
||||
-split(-sp)
|
|
|
||
|
||||
-useComponentTags(-uct)
|
|
|
||
|
||||
-wire(-w)
|
string
|
|
||
|
||||
-wireCount(-wc)
|
uint
|
|
||
|
||||
// select a surface and a curve that you want to be a wire, then enter wire; // create a wire deformer on surface1 using curve1 and curve2 wire surface1 curve1 curve2; // modify the dropoff distance and envelope on wire1 wire -edit -en 0.8 -dds 0 6 -dds 1 3.2 wire1;