SplineStart
SplineStart class
Contains x- and y-coordinates for a spline’s second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.
Copy public class SplineStart : Coordinate
Constructors
Properties
Name
Description
A { get; set; }
The second knot of the spline.
B { get; set; }
The first knot of a spline.
C { get; set; }
The last knot of the spline.
D { get; set; }
The degree of the spline (an integer from 1 to 25).
override Del { get; set; }
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
override IX { get; set; }
The zero-based index of the element within its parent element.
X { get; set; }
The x-coordinate of a spline’s second control point.
Y { get; set; }
The y-coordinate of a spline’s second control point.
Methods
Name
Description
Clone ()
Creates deep copy of this instance.
See Also