You are here: Start » AVL.NET » AVL.CreateBicircularCurve(AvlNet.Path, int, AvlNet.Path)
AVL.CreateBicircularCurve(AvlNet.Path, int, AvlNet.Path)
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, out AvlNet.Path outBicircularCurve )
Parameters
- inLeadingPath
- Type: AvlNet.Path
The path that will have its corners rounded - inInterpolationPointCount
- Type: System.Int32
Number of points used for interpolation between each pair of points on the input path - outBicircularCurve
- Type: AvlNet.Path
A smooth output path
