Click or drag to resize

ViewportInfoTransformCamera Method

Transforms the view camera location, direction, and up.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool TransformCamera(
	Transform xform
)

Parameters

xform
Type: Rhino.GeometryTransform
Transformation to apply to camera.

Return Value

Type: Boolean
True if a valid camera was transformed, false if invalid camera, frustum, or transformation.
See Also