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

AVS.AvsFilter_MakePath Method

Creates a path structure.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakePath
(
	IList<AvlNet.Point2D> inPoints,
	bool inClosed,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Input points of the path.
inClosedboolInput whether the path is closed.
outPathAvlNet.PathOutput path.

See also