Click or drag to resize

ViewportInfoDollyCamera Method

DollyCamera() does not update the frustum's clipping planes. To update the frustum's clipping planes call DollyFrustum(d) with d = dollyVector o cameraFrameZ. To convert screen locations into a dolly vector, use GetDollyCameraVector(). Does not update frustum. To update frustum use DollyFrustum(d) with d = dollyVector o cameraFrameZ.

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

Parameters

dollyVector
Type: Rhino.GeometryVector3d
dolly vector in world coordinates.

Return Value

Type: Boolean
true if the operation succeeded; otherwise, false.
See Also