DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

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

 UV

public class UV
public double U { get; }

Get the U component of a UV

public double V { get; }

Get the V component of a V

public static UV ByCoordinates(double u = 0, double v = 0)

Create a UV from two doubles.