Intersect2d.ArcSegment (Arc2d, Line2d, out Point2d, out Point2d) Method

public static int ArcSegment( 
   Arc2d a
   Line2d l
   out Point2d res1
   out Point2d res2 
)

Parameters

a
Arc2d

l
Line2d

res1
Point2d

res2
Point2d

Return Value

int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition