You are here: Start » FIL.NET » FIS.SegmentSegmentIntersection Method
FIS.SegmentSegmentIntersection Method
Computes a common point of two segments.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void SegmentSegmentIntersection ( FilNet.Segment2D inSegment1, FilNet.Segment2D inSegment2, out FilNet.Point2D? outIntersectionPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment1 | FilNet.Segment2D | |||
![]() | inSegment2 | FilNet.Segment2D | |||
![]() | outIntersectionPoint | FilNet.Point2D? |


