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

AVL.OpenPath

Removes 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 OpenPath
(
	AvlNet.Path ioPath
)

Parameters

Name Type Range Default Description
ioPathAvlNet.Path

Description

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

If an open path is passed, the filter passes it onto output without any interference.

Examples

OpenPath run on a sample path.

See also