You are here: Start » AVL.NET » Invoke.CreateSegmentPath
Creates an open path containing collinear, equidistant points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CreateSegmentPath ( Avl.Point2D inBegin, Avl.Point2D inEnd, int inPointCount, Avl.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inBegin | Avl.Point2D | First point of the path. | ||
![]()  | inEnd | Avl.Point2D | Last point of the path. | ||
![]()  | inPointCount | int | <2, INF> | 2 | Number of points in the created path. Default value: 2. | 
![]()  | outPath | Avl.Path | Output path. | 


