Click or drag to resize
GeCurveInterpolate Method
Interpolates curve using specified interpolation method.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract IGeCurve Interpolate(
	GeInterpolation method = GeInterpolation.Linear
)

Parameters

method (Optional)
Type: FDF.Common.GeometriesGeInterpolation

Return Value

Type: IGeCurve

Implements

IGeCurveInterpolate(GeInterpolation)
Remarks