Solid Edge FrameworkSupport Type Library
Add Method
Specifies the degree for the curve.
Specifies the number of poles.
Specifies the poles for the curve. The poles must be unweighted.
Specifies the knots for the curve. The size of this array must be equal to the sum of the number of poles, the degree, and 1.
Specifies the weights for the curve. You should specify weights if the curve is rational, in which case the size of this array must equal the number of poles.
Description
Syntax
Visual Basic
Public Function Add( _
   ByVal Degree As Long, _
   ByVal NumberOfPoles As Long, _
   ByRef Poles() As Double, _
   ByRef Knots() As Double, _
   Optional ByVal Weights As Variant _
) As BSplineCurve2d
Parameters
Degree
Specifies the degree for the curve.
NumberOfPoles
Specifies the number of poles.
Poles
Specifies the poles for the curve. The poles must be unweighted.
Knots
Specifies the knots for the curve. The size of this array must be equal to the sum of the number of poles, the degree, and 1.
Weights
Specifies the weights for the curve. You should specify weights if the curve is rational, in which case the size of this array must equal the number of poles.
See Also

BSplineCurves2d Collection  | BSplineCurves2d Members

Send comments on this topic.