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