pymel.core.modeling.polyFlipEdge

static modeling.polyFlipEdge(*args, **kwargs)

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.

Derived from mel command maya.cmds.polyFlipEdge

Example:

import pymel.core as pm

# To flip the selected edge
pm.polyFlipEdge()

Previous topic

pymel.core.modeling.polyExtrudeVertex

Next topic

pymel.core.modeling.polyFlipUV

Core

Core Modules

Other Modules

This Page