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


