You are here: Start » FIL.NET » Invoke.SegmentCircleIntersection
Computes the common points of a circle and a segment.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SegmentCircleIntersection ( Fil.Segment2D inSegment, Fil.Circle2D inCircle, Conditional<Fil.Point2D> outIntersectionPoint1, Conditional<Fil.Point2D> outIntersectionPoint2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | Fil.Segment2D | |||
![]() | inCircle | Fil.Circle2D | |||
![]() | outIntersectionPoint1 | Ftl.Conditional<Fil.Point2D> | |||
![]() | outIntersectionPoint2 | Ftl.Conditional<Fil.Point2D> |


