DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.4.0-beta6526" />

 TessellationParameters

public class TessellationParameters
public int MaxTessellationDivisions { get; set; }

The maximum number of divisions for tessellation. Default is 512

public bool ShowEdges { get; set; }

A flag indicating whether surface edges should be included in the RenderPackage. Default is false.

public double Tolerance { get; set; }

The tolerance for faceting. Default is -1.

public bool UseRenderInstancing { get; set; }

A flag indicating whether rendering data for instancing is included in the RenderPackage. Default is false.