You are here: Start » AVL.NET » AVL.RemovePathSelfIntersections Method
AVL.RemovePathSelfIntersections Method
Removes all self-intersections from a given path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RemovePathSelfIntersections( AvlNet.Path inPath, out AvlNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outPath | AvlNet.Path | Path with no self-intersections. |


