Share

BSplineCurve.GetBSplineData Method

Parent Object: BSplineCurve

Description

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.

Version

Introduced in version 4

Was this information helpful?