SplineFitTolerance Property
|
Gets or sets the fit point tolerance.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double FitTolerance { get; set; }
Public Property FitTolerance As Double
Get
Set
public:
property double FitTolerance {
double get ();
void set (double value);
}
member FitTolerance : float with get, set
PROPERTY FitTolerance AS REAL8 GET SET
Property Value
Type:
DoubleSee Also