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