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