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

AVS.RemovePathSelfIntersections Method

Removes all self-intersections from a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RemovePathSelfIntersections
(
	AvlNet.Path inPath,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPathAvlNet.PathPath with no self-intersections.

See also