Typo ViewCameraPlane

The example code for View Camera Plane has a typo

rhinocSript…

import rhinoCSriptsyntax as rs
view = rs.CurrentView()
target = rs.ViewTarget(view)
camplane = rs.ViewCameraPlane(view)
plane = rs.MovePlane(camplane, target)
rs.ViewCPlane( view, plane )

rhinoscriptsyntax (rhino3d.com)

1 Like