Class TraceOptions

TraceOptions class

public class TraceOptions

Constructors

NameDescription
TraceOptions()The default constructor.

Properties

NameDescription
AlphaMax { get; set; }The corner threshold
CurveOptimizing { get; set; }Use curve optimization optimize the path p, replacing sequences of Bezier segments by a single segment when possible.
OptTolerance { get; set; }Curve optimization tolerance
TurdSize { get; set; }The area of a largest path to be ignored
TurnPolicy { get; set; }The curve turn policy

See Also