DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="1.3.4.6116" />

 TessellationParameters

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

The maximum number of divisions for tessellation. Default is 512

public double ScaleFactor { get; set; }

The scale factor set in the workspace that must be applied to distance and coordinate values used in rendering only ASM geometry. This scale factor is consumed only by LibG in its Tessellate method implementation.

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.