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

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

    Parameters

    amount
    planeNormal
    See Also