You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » FIL.LineCircleIntersection
Computes common points of a circle and a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LineCircleIntersection ( FilNet.Line2D inLine, FilNet.Circle2D inCircle, out FilNet.Point2D? outIntersectionPoint1, out FilNet.Point2D? outIntersectionPoint2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine | FilNet.Line2D | |||
![]() | inCircle | FilNet.Circle2D | |||
![]() | outIntersectionPoint1 | FilNet.Point2D? | |||
![]() | outIntersectionPoint2 | FilNet.Point2D? |
Examples
![]() |
![]() |
LineCircleIntersection performed on line and circle.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in LineCircleIntersection. |