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