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
Public Enumeration SplineCreationMethod
public enum class SplineCreationMethod
type SplineCreationMethod
enum SplineCreationMethod
Members
| Member name | Value | Description |
---|
| FitPoints | 0 |
Creates a degree 3 (cubic) B-spline by specifying fit points that the spline must pass through.
|
| ControlPoints | 1 |
Creates a spline by specifying control points.
|
See Also