SplineKnot
Contents
[
Hide
]SplineKnot class
Contains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements, respectively.
SplineKnot()
Creates an instance of the SplineKnot class.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | The x-coordinate of a control point. |
| Y | DoubleValue | The y-coordinate of a control point. |
| A | DoubleValue | One of the spline’s knots (other than the last one or the first two). |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |