RhinoCommon API
ViewportInfoTransformCamera Method |
Transforms the view camera location, direction, and up.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public bool TransformCamera( Transform xform )
Public Function TransformCamera ( xform As Transform ) As Boolean
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation to apply to camera.
Return Value
Type: BooleanTrue if a valid camera was transformed, false if invalid camera, frustum, or transformation.
