Click or drag to resize

ViewportInfoSetCameraUp Method

Sets the camera up vector.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetCameraUp(
	Vector3d up
)

Parameters

up
Type: Rhino.GeometryVector3d
A new direction.

Return Value

Type: Boolean
true if the direction was set; otherwise false.
See Also