RhinoCommon API
DisplayPipelineDrawMarker Method (Point3d, Vector3d, Color) |
Draws an arrow marker as a view-aligned widget.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawMarker( Point3d tip, Vector3d direction, Color color )
Public Sub DrawMarker ( tip As Point3d, direction As Vector3d, color As Color )
Parameters
- tip
- Type: Rhino.GeometryPoint3d
Location of arrow tip point. - direction
- Type: Rhino.GeometryVector3d
Direction of arrow. - color
- Type: System.DrawingColor
Color of arrow widget.
