The example code for View Camera Plane has a typo
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 post - 1 participant