You are here: Start » AVL.NET » Invoke.CreateBicircularCurve
Invoke.CreateBicircularCurve
Creates a bicircular curve passing through the points of the leading path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateBicircularCurve ( Avl.Path inLeadingPath, int inInterpolationPointCount, Avl.Path outBicircularCurve )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLeadingPath | Avl.Path | The path that will have its corners rounded. | ||
![]() | inInterpolationPointCount | int | 8 | Number of points used for interpolation between each pair of points on the input path. Default value: 8. | |
![]() | outBicircularCurve | Avl.Path | A smooth output path. |