You are here: Start » FIL.NET » Invoke.PathSegmentIntersections
Computes the common points of a path and a segment.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathSegmentIntersections ( Fil.Path inPath, Fil.Segment2D inSegment, List<Fil.Point2D> outIntersectionPoints, Optional<List<int>> outSegmentIndices )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inSegment | Fil.Segment2D | Input segment. | ||
![]() | outIntersectionPoints | System.Collections.Generic.List<Fil.Point2D> | Intersections between the path and the segment. | ||
![]() | outSegmentIndices | Ftl.Optional<System.Collections.Generic.List<int>> | Indices of the segments of the path which generate found intersection points. |