BSplineCurve.GetBSplineData Method
Parent Object: BSplineCurveDescription
Get the data defining this B-spline.
Syntax
BSplineCurve.GetBSplineData( Poles() As Double, Knots() As Double, Weights() As Double )Parameters
Name | Type | Description |
Poles | Double | Input/output Double that specifies the poles of the B-Spline. |
Knots | Double | Input/output Double that specifies the knots of the B-Spline. |
Weights | Double | Input/output Double that specifies the B-spline's weights. |