You are here: Start » FIL.NET » FIS.CreateBicircularCurve Method
FIS.CreateBicircularCurve Method
Creates a bicircular curve passing through the points of the leading path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateBicircularCurve ( FilNet.Path inLeadingPath, int inInterpolationPointCount, FilNet.Path outBicircularCurve )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLeadingPath | FilNet.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 | FilNet.Path | A smooth output path. |