Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / EllipticalArc Class / Offset Method / Offset(Double,Vector3D,Double,Boolean) Method

In This Topic
    Offset(Double,Vector3D,Double,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shadows Function Offset( _
       ByVal amount As Double, _
       ByVal planeNormal As Vector3D, _
       ByVal tolerance As Double, _
       ByVal sharp As Boolean _
    ) As ICurve
    public new ICurve Offset( 
       double amount,
       Vector3D planeNormal,
       double tolerance,
       bool sharp
    )

    Parameters

    amount
    planeNormal
    tolerance
    sharp
    See Also