You are here: Start » AVL.NET » AVS.AvsFilter_MakePath Method
AVS.AvsFilter_MakePath Method
Creates a path structure.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_MakePath ( IList<AvlNet.Point2D> inPoints, bool inClosed, AvlNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | Input points of the path. | ||
![]() | inClosed | bool | Input whether the path is closed. | ||
![]() | outPath | AvlNet.Path | Output path. |


