Curve.LocalInterpolation (IList<Point3D>, Boolean, Boolean) Method

Local interpolation.
Public Shared Function LocalInterpolation( _ 
ByVal Q As IList(Of Point3D), _ 
ByVal cornerFlag As Boolean, _ 
Optional ByVal cornerEndFlag As Boolean = false _ 
) As Curve
This language is not supported or no code example is available.
public static Curve LocalInterpolation( 
IList<Point3D> Q
bool cornerFlag
bool cornerEndFlag = false 
)
This language is not supported or no code example is available.

Parameters

Q
IList<Point3D>

A list of 3D points to interpolate

cornerFlag
bool

If true corners are mantained

cornerEndFlag
bool

If true a corner may appear between the beginning and end of the curve, if false (default) the start and end tangents are parallel

Return Value

Curve

The interpolated curve if the operation succeeded, null/Nothing otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition