You are here: Start » FIL.NET » Invoke.CreateBicircularCurve

Invoke.CreateBicircularCurve

Creates a bicircular curve passing through the points of the leading path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateBicircularCurve
(
	Fil.Path inLeadingPath,
	int inInterpolationPointCount,
	Fil.Path outBicircularCurve
)

Parameters

Name Type Range Default Description
inLeadingPathFil.PathThe path that will have its corners rounded.
inInterpolationPointCountint8Number of points used for interpolation between each pair of points on the input path. Default value: 8.
outBicircularCurveFil.PathA smooth output path.

See also