Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » SegmentArrayIntersections

SegmentArrayIntersections


Module: FoundationLite

Computes a common points or segment of any segments from the set.

Name Type Description
Input value inSegments Segment2DArray Input segments
Output value outIntersectionPoints Point2DArray Intersection points
Output value outFirstIntersectionIndices IntegerArray First indices of the input segments which corresponds to the intersection points
Output value outSecondIntersectionIndices IntegerArray Second indices of the input segments which corresponds to the intersection points
Output value outOverlapSegments Segment2DArray Overlap segments
Output value outFirstOverlapIndices IntegerArray First indices of the input segments which corresponds to the overlap segments
Output value outSecondOverlapIndices IntegerArray Second indices of the input segments which corresponds to the overlap segments

Examples

SegmentArrayIntersections performed on segments.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Complexity Level

This filter is available on Advanced Complexity Level.