SmoothOperator.MaxAngle Property
Gets or sets a value determining how accurately the generated splines will represented.
Syntax
public System.Double MaxAngle { get; set; }
Property Value
Default: 10.0
An angle in degrees, specifying the maximum change in angle between to line segments.
Remarks
The smaller this value is, the more accurately the generated lines will follow the mathematical curve of the spline. A lower value may produce a better curve, but may also make the generation slower.
Platforms
Windows, Linux, Android