CustomDisplay.AddVector Method (Point3d, Vector3d)

CustomDisplayAddVector Method (Point3d, Vector3d)

Adds a new, black vector to the display list.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void AddVector(
	Point3d anchor,
	Vector3d span
)
Public Sub AddVector ( 
	anchor As Point3d,
	span As Vector3d
)

Parameters

anchor
Type: Rhino.GeometryPoint3d
Anchor point of vector.
span
Type: Rhino.GeometryVector3d
Direction and magnitude of vector.
See Also