View Class |
public sealed class View
The View type exposes the following members.
Name | Description | |
---|---|---|
![]() | View | 创建一个模型视图对象 |
![]() | View(Scene) | 指定场景创建模型视图对象 |
![]() | View(Scene, Int64) | 指定视图ID创建模型视图对象 |
Name | Description | |
---|---|---|
![]() | DisplayType | 视图类型 |
![]() | Id | 视图ID |
![]() | Identifier | 同视图ID |
![]() | Name | 视图名称 |
![]() | ViewCoordinateSystem | 视图坐标系 |
![]() | ViewDepthDown | 视图向下深度 |
![]() | ViewDepthUp | 视图向上深度 |
![]() | ViewProjection | 视图投影方式 |
![]() | VisibilitySettings | 视图显示设置 |
![]() | WorkArea | 视图工作区域 |
Name | Description | |
---|---|---|
![]() | Delete | 删除模型视图 |
![]() | Hide | 隐藏模型视图 |
![]() | Insert | 创建模型视图 |
![]() | IsFocused | 返回当前视图是否被选中 |
![]() | IsPerspectiveViewProjection | 返回当前视图是否为透视投影 |
![]() | IsVisible | 返回当前视图是否可见 |
![]() | Modify | 修改模型视图属性 |
![]() | Redraw | 重绘模型视图 |
![]() | Select | 选中视图, 并同步属性到此对象中 |
![]() | Show | 显示模型视图 |
![]() | ZoomToBoundingBox | 缩放视图到包围盒 |