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

AVS.AvsFilter_AccessPath Method

Returns individual fields of a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessPath
(
	AvlNet.Path inPath,
	IList<AvlNet.Point2D> outPoints,
	out bool outClosed
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Output points of the path.
outClosedboolOutput whether the path is closed.

See also