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