DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="1.2.0" />

 CoEdge

public class CoEdge : DesignScriptEntity
public Edge Edge { get; }

The adjacent Edge associated with the CoEdge

public Vertex EndVertex { get; }

The Vertex at which this Edge ends

public Loop Loop { get; }

The containing Loop to which the CoEdge belongs

public CoEdge Next { get; }

The next CoEdge in the containing Loop

public CoEdge Partner { get; }

The neighbouring CoEdge in the reverse direction

public CoEdge Previous { get; }

The previous CoEdge in the containing Loop

public bool Reversed { get; }

The sense of the CoEdge with respect to its Edge

public Vertex StartVertex { get; }

The Vertex at which this Edge starts