Your Ad Here

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

Synopsis

polyFlipEdge

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


boolean Success or Failure.

Keywords

poly, flip, turn, edge

Related

polyMoveEdge, polyMoveFacet, polyMoveVertex

MEL examples

// To flip the selected edge
polyFlipEdge;
	

Return to Autodesk Index


Your Ad Here