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


