You are here: Start » AVL.NET » Invoke.GetPathCharacteristicPoint

Invoke.GetPathCharacteristicPoint

Returns the selected characteristic point of a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetPathCharacteristicPoint
(
	Avl.Path inPath,
	int inIndex,
	bool inInverse,
	out Avl.Point2D outPoint
)

Parameters

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

See also