You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » FIL.SegmentSegmentIntersection
Computes a common point of two segments.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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? |
Examples
![]() |
![]() |
SegmentSegmentIntersection performed on two segments.