polyop.weldVertsByThreshold <Poly poly> <vertlist>
Welds the specified vertices that are within the threshold distance.
The threshold distance is a property (weldThreshold) of the editable poly.
Only vertices on a border can be welded.
polyop.weldVerts <Poly poly> <int vert1> <int vert2> <point3 location> \ node:<node=unsupplied>
Welds the two specified vertices with the resulting vertex positioned at the specified location.
Only vertices on a border can be welded.
If <poly> is a node, or if <poly> is an Editable Poly and <node> is specified, the location is in the current coordinate system context.
If <poly> is an Editable Poly and <node> is not specified, the location is in the poly's local coordinate system.
polyop.weldEdgesByThreshold <Poly poly> <edgelist>
Welds the vertices associated with the specified edges that are within the threshold distance.
The threshold distance is a property ( weldThreshold ) of the editable poly.
Only vertices on a border can be welded.
polyop.weldEdges <Poly poly> <int edge1> <int edge2>
Welds the vertices associated with the specified edges.
Only vertices on a border can be welded.