Click or drag to resize

SplineCreationMethod Enumeration

Defines how the spline entity was created.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum SplineCreationMethod
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