FlatteningTolerance Property
In This Topic
Get or set the default flattening tolerance used for all methods that are not explicitly using it. Default is set to 0.25f.
Syntax
'Declaration
Public Property FlatteningTolerance As Single
public float FlatteningTolerance {get; set;}
See Also