Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / DrawArrowOnView Method
The data
The arrow direction
The world point where to draw the arrow

In This Topic
    DrawArrowOnView Method
    In This Topic
    Draw an arrow parallel to the view, oriented along the curveDirection direction.
    Syntax
    'Declaration
     
    Public Shared Sub DrawArrowOnView( _
       ByVal data As DrawDirectionParams, _
       ByVal curveDirection As Vector3D, _
       ByVal point As Point3D _
    ) 
    public static void DrawArrowOnView( 
       DrawDirectionParams data,
       Vector3D curveDirection,
       Point3D point
    )

    Parameters

    data
    The data
    curveDirection
    The arrow direction
    point
    The world point where to draw the arrow
    See Also