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

8a53e87e 9dfa 726a b2b5 a3f42cd3bded

haplokuon edited this page May 6, 2023 · 1 revision

SmoothType Property

netDxf 3.0.0 Library

Gets or sets the curve 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

Polyline3D Class
netDxf.Entities Namespace

Clone this wiki locally