Returns Rhino's world ZX plane. This plane could also be created as follows:
rhinoscriptsyntax.PlaneFromFrame( (0,0,0), (0,0,1), (1,0,0) )
rhinoscriptsyntax.WorldZXPlane()
rhinoscript.plane.WorldZXPlane()
None.
Plane |
Rhino's world ZX plane. |
import rhinoscriptsyntax as rs
view = rs.CurrentView()
rs.ViewCPlane( view, rs.WorldZXPlane() )