Go to: Synopsis. Return value. Flags. MEL examples.
 polyMergeEdgeCtx [-activeNodes] [-exists] [-image1 string] [-image2 string] [-image3 string] [-immediate] [-mergeMode int] [-name string] [-previous] [-reset] [-toolNode]   
polyMergeEdgeCtx is undoable, queryable, and editable.
Create a new context to merge edges on polygonal objectsNone
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
| -exists(-ex) |  |   | ||
| 
 | ||||
| -image1(-i1) | string |     | ||
|  | ||||
| -image2(-i2) | string |     | ||
|  | ||||
| -image3(-i3) | string |     | ||
| 
 | ||||
| -name(-n) | string |   | ||
| 
 | ||||
| -activeNodes(-anq) |  |   | ||
| 
 | ||||
| -toolNode(-tnq) |  |   | ||
| 
 | ||||
| -immediate(-im) |  |   | ||
| 
 | ||||
| -reset(-rs) |  |   | ||
| 
 | ||||
| -previous(-pv) |  |   | ||
| 
 | ||||
| -mergeMode(-mm) | int |     | ||
| 
 | ||||
|  Flag can appear in Create mode of command |  Flag can appear in Edit mode of command | 
|  Flag can appear in Query mode of command |  Flag can be used more than once in a command. | 
// Create a poly plane polyPlane -w 10 -h 10 -sx 10 -sy 10 -n pPlane1; // Create a new poly merge edge context, set to use first selected edge as the new edge, then switch to it polyMergeEdgeCtx -mm 0 polyMergeEdgeCtx1; setToolTo polyMergeEdgeCtx1;