You are here: Start » AVL.NET » AVS.GetPathCharacteristicPoint Method

AVS.GetPathCharacteristicPoint Method

Returns the selected characteristic point of a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetPathCharacteristicPoint
(
	AvlNet.Path inPath,
	int inIndex,
	bool inInverse,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inIndexint<0, INF>Index of a point of the input path.
inInverseboolReversed order of points.
outPointAvlNet.Point2D

See also