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

Invoke.Subpath

Creates an open path from a continuous subsequence of the input path's points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Subpath
(
	Avl.Path inPath,
	int inStart,
	int inPointCount,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inStartint<0, INF>Index of the first point of the subpath.
inPointCountint<0, INF>1Number of points in the subpath. Default value: 1.
outPathAvl.PathThe resulting subpath.

See also