NURBSTo
NURBSTo class
Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.
public class NURBSTo : Coordinate
Constructors
Properties
Name |
Description |
A { get; set; } |
The second-to-last knot of the nonuniform rational B-spline (NURBS). |
B { get; set; } |
The last weight of the nonuniform rational B-spline (NURBS). |
C { get; set; } |
The first knot of the nonuniform rational B-spline (NURBS). |
D { get; set; } |
The first weight of the nonuniform rational B-spline (NURBS) |
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. |
E { get; set; } |
Contains a nonuniform rational B-spline (NURBS) formula. |
override IX { get; set; } |
The zero-based index of the element within its parent element. |
X { get; set; } |
The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS). |
Y { get; set; } |
The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS). |
Methods
Name |
Description |
Clone() |
Creates deep copy of this instance. |
See Also