You are here: Start » FIL.NET » FIS.PathSelfIntersections Method
FIS.PathSelfIntersections Method
Checks if a path has any self-intersections and computes all of them.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathSelfIntersections ( FilNet.Path inPath, IList<FilNet.Point2D> outSelfIntersections, IList<int> outFirstSegmentIndices, IList<int> outSecondSegmentIndices, out bool outIsSelfIntersecting )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outSelfIntersections | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outFirstSegmentIndices | System.Collections.Generic.IList<int> | First indices of the segments of the path which generate found intersection points. | ||
![]() | outSecondSegmentIndices | System.Collections.Generic.IList<int> | Second indices of the segments of the path which generate found intersection points. | ||
![]() | outIsSelfIntersecting | bool |
Function Overrides
- PathSelfIntersections(Path, IList<Point2D>)
- PathSelfIntersections(Path, IList<Point2D>, NullableRef<List<Int32>>, NullableRef<List<Int32>>, NullableValue<Boolean>)