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

07d887a4 0f08 cad0 0456 16038c7687fd

haplokuon edited this page May 6, 2023 · 1 revision

SmoothType Property

netDxf 3.0.0 Library

Gets or sets the polyline smooth type.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public PolylineSmoothType SmoothType { get; set; }

VB

Public Property SmoothType As PolylineSmoothType
	Get
	Set

C++

public:
property PolylineSmoothType SmoothType {
	PolylineSmoothType get ();
	void set (PolylineSmoothType value);
}

F#

member SmoothType : PolylineSmoothType with get, set

Property Value

PolylineSmoothType

Remarks

The additional polyline vertexes corresponding to the SplineFit will be created when writing the DXF file.

See Also

Reference

Polyline2D Class
netDxf.Entities Namespace

Clone this wiki locally