Click or drag to resize

ViewportInfoSetCameraDirection Method

Sets the direction that the camera faces.

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

Parameters

direction
Type: Rhino.GeometryVector3d
A new direction.

Return Value

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