返回 Rhino 世界坐标的YZ平面。同样也可以这样创建平面:
rhinoscriptsyntax.PlaneFromFrame( [0,0,0], [0,1,0], [0,0,1] )
rhinoscriptsyntax.WorldYZPlane()
rhinoscript.plane.WorldYZPlane()
空值。
Plane |
返回 Rhino 世界坐标的YZ平面。 |
import rhinoscriptsyntax as rs
view = rs.CurrentView()
rs.ViewCPlane( view, rs.WorldYZPlane() )