Go to: Synopsis. Return value. Flags. MEL examples. 
      
       polyMergeFacetCtx [-activeNodes] [-exists] [-image1 string] [-image2 string] [-image3 string] [-immediate] [-mergeMode int] [-name string] [-previous] [-reset] [-toolNode]   
      polyMergeFacetCtx is undoable, queryable, and editable.
      Create a new context to merge facets on polygonal objects
	  
      
      None
In query mode, return type is based on queried flag.
      
      
      
    
      activeNodes, exists, image1, image2, image3, immediate, mergeMode, name, previous, reset, toolNode
      
      
		
		  
			|  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 facet context, set the merge mode to merging the second face to the first face, then switch to it
polyMergeFacetCtx -mm 0 polyMergeFacetCtx1;
setToolTo polyMergeFacetCtx1;