Poly2d.CalcOffsetExtendPoint Method
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.
Parameters
- a1
- Arc2d
- a2
- Arc2d
- extpt1
- Point2d
- extpt2
- Point2d
- maxdist
- double
- orgvertex
- Point2d
- maxchamfer
- bool
- angacc
- double