FlipEdges(IEnumerable<IEdge>)

Flip the direction of the given edge/s.

Declaration Syntax

public virtual void FlipEdges(IEnumerable<IEdge> edgesToFlip)

Parameters

edgesToFlip(IEnumerable<IEdge>)

A collection of edges to flip.