Click or drag to resize

PolylineSmoothType Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the curves type.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum PolylineSmoothType
Request Example View Source
Members
  Member nameValueDescription
NoSmooth0 No smooth curve.
Quadratic5 Quadratic B-spline curve.
Cubic6 Cubic B-spline curve.
BezierSurface8 Bezier surface.
See Also