You are here: Start » AVL.NET » AVS.SetPathCharacteristicPoint Method
AVS.SetPathCharacteristicPoint Method
Modifies the value of a selected characteristic point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SetPathCharacteristicPoint ( AvlNet.Path ioPath, int inIndex, bool inInverse, AvlNet.Point2D inPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioPath | AvlNet.Path | ||||
![]() | inIndex | int | <0, INF> | Index of a point of the input path. | |
![]() | inInverse | bool | Reversed order of points. | ||
![]() | inPoint | AvlNet.Point2D |

