You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathSelfIntersections
Checks if a path has any self-intersections and computes all of them.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PathSelfIntersections ( FilNet.Path inPath, IList<FilNet.Point2D> outSelfIntersections )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outSelfIntersections | System.Collections.Generic.IList<FilNet.Point2D> |
Function Overrides
- PathSelfIntersections(Path, IList<Point2D>, IList<Int32>, IList<Int32>, Boolean)
- PathSelfIntersections(Path, IList<Point2D>, NullableRef<List<Int32>>, NullableRef<List<Int32>>, NullableValue<Boolean>)