You are here: Start » AVL.NET » AVS.CreateBicircularCurve Method

AVS.CreateBicircularCurve Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateBicircularCurve
(
	AvlNet.Path inLeadingPath,
	int inInterpolationPointCount,
	AvlNet.Path outBicircularCurve
)

Parameters

Name Type Range Default Description
inLeadingPathAvlNet.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.
outBicircularCurveAvlNet.PathA smooth output path.

See also