Poly2d.CalcOffsetExtendPoint Method

Calculates the extension points of a1 and a2 using maxdist for chamfer.
Public Shared Function CalcOffsetExtendPoint( _ 
ByVal a1 As Arc2d, _ 
ByVal a2 As Arc2d, _ 
ByRef extpt1 As Point2d, _ 
ByRef extpt2 As Point2d, _ 
ByVal maxdist As Double, _ 
ByVal orgvertex As Point2d, _ 
ByVal maxchamfer As Boolean, _ 
Optional ByVal angacc As Double = Calc.Epsilon _ 
) As Boolean
This language is not supported or no code example is available.
public static bool CalcOffsetExtendPoint( 
Arc2d a1
Arc2d a2
out Point2d extpt1
out Point2d extpt2
double maxdist
Point2d orgvertex
bool maxchamfer
double angacc = Calc.Epsilon 
)
This language is not supported or no code example is available.
public:  
static bool CalcOffsetExtendPoint( 
Arc2d^ a1
Arc2d^ a2
Point2d^& extpt1
Point2d^& extpt2
double maxdist
Point2d^ orgvertex
bool maxchamfer
double angacc 
)
This language is not supported or no code example is available.
public static function CalcOffsetExtendPoint( 
a1 : Arc2d
a2 : Arc2d
extpt1 : Point2d
extpt2 : Point2d
maxdist : double
orgvertex : Point2d
maxchamfer : boolean
angacc : double 
) : boolean;
This language is not supported or no code example is available.

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