This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
97c05ea4 2da5 1747 a096 16bf1c4eb91c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines number of line segments generated for smoothed polylines.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short SplineSegs { get; set; }
VB
Public Property SplineSegs As Short
Get
Set
C++
public:
property short SplineSegs {
short get ();
void set (short value);
}
F#
member SplineSegs : int16 with get, set
Int16
Accepted values must be greater than 0. Default value: 6.
Even thought AutoCad accepts negative values for the SplineSegs header values only positive ones are supported.