Click or drag to resize

SplineCreationMethod Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines how the spline entity was created.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum SplineCreationMethod
Request Example View Source
Members
  Member nameValueDescription
FitPoints0 Creates a degree 3 (cubic) B-spline by specifying fit points that the spline must pass through.
ControlPoints1 Creates a spline by specifying control points.
See Also