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 | |
|---|---|---|---|---|---|
![]() | inLeadingPath | Fil.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 | Fil.Path | A smooth output path. |


