DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="1.2.2-beta93" />

 TessellationParameters

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

The maximum number of divisions for tessellation. Default is 512

public double ScaleFactor { get; }

The scale factor set in the workspace that must be applied to distance and coordinate values used in rendering geometry. This scale factor can be consumed by clients implementing Tessellate method of IGraphicItem.

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.