BSplineSurface.GetBSplineData Method
Parent Object: BSplineSurfaceDescription
Get the data defining this B-spline.
Syntax
BSplineSurface.GetBSplineData( Poles() As Double, KnotsU() As Double, KnotsV() As Double, Weights() As Double )Parameters
Name | Type | Description |
Poles | Double | Input/output Double that specifies the poles of the B-Spline. |
KnotsU | Double | Input/output Double that specifies the knots of the B-Spline in U. |
KnotsV | Double | Input/output Double that specifies the knots of the B-Spline in V. |
Weights | Double | Input/output Double that specifies the B-spline's weights. |