视图的函数
-
tm = Matrix3(1) --represents the XY plane
-
m = Point2 0 0 --screen pixel coordinates
-
p = gw.snapPoint m snapPlane:tm --- 视图的函数
completeredraw() --视图刷新
viewport.GetFPS() --视图的刷新。
viewport.IsEnabled() ---判断视图是否是失效处理。
viewport.IsPerspView() ---判断视图是否是透视图。
gw.getDriverString()--以字符串形式返回图形显卡的。