Enum SplineCreationMethod
Defines how the spline entity was created.
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
public enum SplineCreationMethod
Fields
| Name | Description |
|---|---|
| ControlPoints | Creates a spline by specifying control points. |
| FitPoints | Creates a degree 3 (cubic) B-spline by specifying fit points that the spline must pass through. |