You are here: Start » FIL.NET » Invoke.SegmentSegmentIntersection
Computes a common point of two segments.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SegmentSegmentIntersection ( Fil.Segment2D inSegment1, Fil.Segment2D inSegment2, Conditional<Fil.Point2D> outIntersectionPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment1 | Fil.Segment2D | |||
![]() | inSegment2 | Fil.Segment2D | |||
![]() | outIntersectionPoint | Ftl.Conditional<Fil.Point2D> |


