You are here: Start » AVL.NET » AVL.CreateArcPath(AvlNet.Arc2D, int, AvlNet.Path)
AVL.CreateArcPath(AvlNet.Arc2D, int, AvlNet.Path)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateArcPath( AvlNet.Arc2D inArc, int inPointCount, out AvlNet.Path outPath )
Parameters
- inArc
- Type: AvlNet.Arc2D
- inPointCount
- Type: System.Int32
- outPath
- Type: AvlNet.Path
Description
The operation produces an open path that consists of inPointCount equidistant points selected along the inArc arc.
Examples
![]() |
![]() |
CreateArcPath run using a sample arc with inPointCount = 10.


