This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
d4ef6f66 afbc 6253 c60f 62b741dbc5a1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the smooth type of the polyline.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum PolylineSmoothTypeVB
Public Enumeration PolylineSmoothTypeC++
public enum class PolylineSmoothTypeF#
type PolylineSmoothType| NoSmooth | 0 | No smooth curve. |
| Quadratic | 5 | Quadratic B-spline curve. |
| Cubic | 6 | Cubic B-spline curve. |