| Method Summary |
| int | GetDegree
()
Get method for attribute
"Degree"
The basis function's degree |
| realseq | GetKnots
()
Get method for attribute
"Knots"
The array of knots on the parameter line |
| BSplinePoints | GetPoints
()
Get method for attribute
"Points"
The array of control points |
| void | SetDegree
(int value)
Set method for attribute
"Degree"
The basis function's degree |
| void | SetKnots
(realseq value)
Set method for attribute
"Knots"
The array of knots on the parameter line |
| void | SetPoints
(BSplinePoints value)
Set method for attribute
"Points"
The array of control points |