Go to: Synopsis. Return value. Keywords. Related. Python examples.

Synopsis

polyFlipEdge()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

polyFlipEdge is undoable, queryable, and editable.

Command to flip the edges shared by 2 adjacent triangles. When used with the edit flag, new edges can be added to the same node, instead of creating a separate node in the chain.

Return value

booleanSuccess or Failure.

In query mode, return type is based on queried flag.

Keywords

poly, flip, turn, edge

Related

polyMoveEdge, polyMoveFacet, polyMoveVertex

Python examples

import maya.cmds as cmds

# To flip the selected edge
cmds.polyFlipEdge()