UtilityEx.DrawArrowOnView Method

Draw an arrow parallel to the view, oriented along the curveDirection direction.
Public Shared Sub DrawArrowOnView( _ 
ByVal data As DrawDirectionParams, _ 
ByVal curveDirection As Vector3D, _ 
ByVal point As Point3D
)
This language is not supported or no code example is available.
public static void DrawArrowOnView( 
DrawDirectionParams data
Vector3D curveDirection
Point3D point 
)
This language is not supported or no code example is available.

Parameters

data
DrawDirectionParams

The data

curveDirection
Vector3D

The arrow direction

point
Point3D

The world point where to draw the arrow

.NET Framework

Supported in: 4.8

In this article

Definition