Poly2d.CalcOffsetExtendPoint Method

Calculates the extension points of a1 and a2 using maxdist for chamfer.
public static bool CalcOffsetExtendPoint( 
   Arc2d a1
   Arc2d a2
   out Point2d extpt1
   out Point2d extpt2
   double maxdist
   Point2d orgvertex
   bool maxchamfer
   double angacc = Calc.Epsilon 
)

Parameters

a1
Arc2d

a2
Arc2d

extpt1
Point2d

extpt2
Point2d

maxdist
double

orgvertex
Point2d

maxchamfer
bool

angacc
double

Return Value

bool

.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