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.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
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