RVTDocs.com

SolidOrShellTessellationControls.LevelOfDetail

Property
Description:
An number between 0 and 1 (inclusive) specifying the level of detail for the triangulation of a solid or shell.
Remarks:
Smaller values yield coarser triangulations (fewer triangles), while larger values yield finer triangulations (more triangles).
Syntax
public double LevelOfDetail { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for levelOfDetail must lie between 0 and 1 (inclusive).