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.

Constructors

NameDescription
SplineStartCreates an instance of SplineStart class.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueThe x-coordinate of a spline’s second control point.
YDoubleValueThe y-coordinate of a spline’s second control point.
ADoubleValueThe second knot of the spline.
BDoubleValueThe first knot of a spline.
CDoubleValueThe last knot of the spline.
DIntValueThe degree of the spline (an integer from 1 to 25).

Methods

NameDescription
deepCloneCreates deep copy of this instance.

SplineStart()

Creates an instance of SplineStart class.

SplineStart.IX property

The zero-based index of the element within its parent element.

Type: int

SplineStart.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

SplineStart.X property

The x-coordinate of a spline’s second control point.

Type: DoubleValue

SplineStart.Y property

The y-coordinate of a spline’s second control point.

Type: DoubleValue

SplineStart.A property

The second knot of the spline.

Type: DoubleValue

SplineStart.B property

The first knot of a spline.

Type: DoubleValue

SplineStart.C property

The last knot of the spline.

Type: DoubleValue

SplineStart.D property

The degree of the spline (an integer from 1 to 25).

Type: IntValue

deepClone()

Creates deep copy of this instance.