You are here: Start » FIL.NET » Invoke.PathSegmentIntersections

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
inPathFil.PathInput path.
inSegmentFil.Segment2DInput segment.
outIntersectionPointsSystem.Collections.Generic.List<Fil.Point2D>Intersections between the path and the segment.
outSegmentIndicesFtl.Optional<System.Collections.Generic.List<int>>Indices of the segments of the path which generate found intersection points.

See also