You are here: Start » AVL.NET » Function Reference » Path » Path Basics » AVL.ClosePath

AVL.ClosePath

Adds the segment connecting the last point with the first one in a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ClosePath
(
	AvlNet.Path ioPath
)

Parameters

Name Type Range Default Description
ioPathAvlNet.Path

Description

The operation extends an open path by adding a segment between its first point and the last one, therefore producing a closed path.

If a closed path is passed, the filter passes it onto output without any interference.

Examples

ClosePath run on a sample path.

See also