Construct B-Spline Fit Options

Builds a Fit Options definition that can be used to construct a B-Spline that passes through a series of 3 or more points.

 

Input Arguments

 

0

Boolean

Open Curve?

True builds and open spline

1

Boolean

Use Interpolation for Fit?

True Interpolates between points

2

Integer

Number of Control Points

Number of control points to use in the fit

3

Integer

Degree of Curve

Minimum degree of curvature to allow in the fit

4

B-Spline Point Sort Mode Type

Sort Method

Choose from the available options

5

Boolean

Span Any Gap?

True spans gaps of any size

6

Double

Termination Gap Length

Gap width to use for termination

7

Boolean

Ignore Proximate Points?

True ignores proximate points

8

Double

Proximate Point Threshold

Proximate Point threshold to apply

9

Boolean

Use Global Tesselations

True applies global tesselation, false uses the following chordal and angular values

10

Double

Maximum Choral Deviation

Chordal deviation to apply

11

Double

Maximum Trim Edge Angle

Trim Edge Angle to use

 

Return Arguments

 

12

B-spline Fit Options

B-Spline Fit Options

The resulting fit options definition for reference

 

Returned Status

 

SUCCESS

The B-Spline was created successfully.

FAILURE

The instrument or one or more of the source points was not found, or less than three points were provided.

 

Remarks

If the specified B-Spline name already exists, the name will automatically increment to avoid duplicates.