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