ET_CSplineType

 

ET_CSplineType - General Information

Overview

Type:

Enumeration type

Available as of:

V1.0.0.0

Description

Enumeration type for parameterization of the type of a CSpline

Enumeration Elements

Variable

Data type

Description

Natural

0

Natural CSpline:

The second derivative of the CSpline at the points i_lrXStart and i_lrXEnd (inputs of FB_CSpline) equals zero.

Boundary

1

Complete spline:

The first derivative at the points i_lrXStart or i_lrXEnd equals i_lrMStart or i_lrMEnd (inputs of FB_CSpline).

Periodic

2

Periodic spline:

The first and second derivative are equal in i_lrXStart and i_lrXEnd (inputs of FB_CSpline).