Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

97c05ea4 2da5 1747 a096 16bf1c4eb91c

haplokuon edited this page May 6, 2023 · 1 revision

SplineSegs Property

netDxf 3.0.0 Library

Defines number of line segments generated for smoothed polylines.

Definition

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

Property Value

Int16

Remarks

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.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally