Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / GetOffsetDistance Method
The extrusion direction (normalized)
Extrude direction
Draft angle

In This Topic
    GetOffsetDistance Method
    In This Topic
    Computes the offset distance for the extrude with draft angle methods.
    Syntax
    'Declaration
     
    Protected Shared Function GetOffsetDistance( _
       ByVal extDir As Vector3D, _
       ByVal amount As Vector3D, _
       ByVal draftAngleInRadians As Double _
    ) As Double
    protected static double GetOffsetDistance( 
       Vector3D extDir,
       Vector3D amount,
       double draftAngleInRadians
    )

    Parameters

    extDir
    The extrusion direction (normalized)
    amount
    Extrude direction
    draftAngleInRadians
    Draft angle

    Return Value

    The signed offset distance.
    See Also