DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.0.0-beta7120" />

 TSplineEdge

public class TSplineEdge : Edge
public TSplineFace[] AdjacentFaces { get; }

The TSplineFaces adjacent to this Edge

public TSplineVertex EndVertex { get; }

The Vertex at which this Edge ends

public int Index { get; }

Index of the TSEdge

public bool IsBorder { get; }

Whether the TSEdge is on border

public bool IsManifold { get; }

Whether the TSEdge is manifold

public TSplineVertex StartVertex { get; }

The TSplineVertex at which this Edge starts

public TSplineUVNFrame UVNFrame { get; }

Return UVN Frame of the TSEdge (point on the hull, U vector, V vector and normal)

public Dictionary<string, object> Info()

A bunch of TSEdge properties: uvnFrame and index, whether TSEdge is on Border, is Manifold or not