Click or drag to resize

ViewportInfoSetCameraLocation Method

Sets the camera location (position) point.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetCameraLocation(
	Point3d location
)

Parameters

location
Type: Rhino.GeometryPoint3d

[Missing <param name="location"/> documentation for "M:Rhino.DocObjects.ViewportInfo.SetCameraLocation(Rhino.Geometry.Point3d)"]

Return Value

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