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

d4ef6f66 afbc 6253 c60f 62b741dbc5a1

haplokuon edited this page May 6, 2023 · 1 revision

PolylineSmoothType Enumeration

netDxf 3.0.0 Library

Defines the smooth type of the polyline.

Definition

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

C#

public enum PolylineSmoothType

VB

Public Enumeration PolylineSmoothType

C++

public enum class PolylineSmoothType

F#

type PolylineSmoothType

Members

NoSmooth 0 No smooth curve.
Quadratic 5 Quadratic B-spline curve.
Cubic 6 Cubic B-spline curve.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally