Click or drag to resize

View Class

返回用户文档首页
模型视图
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.Scene.UIView

Namespace: LoongCAD.STC.Friendly.Scene.UI
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public sealed class View

The View type exposes the following members.

Constructors
 NameDescription
Public methodView 创建一个模型视图对象
Public methodView(Scene) 指定场景创建模型视图对象
Public methodView(Scene, Int64) 指定视图ID创建模型视图对象
Top
Properties
 NameDescription
Public propertyDisplayType 视图类型
Public propertyId 视图ID
Public propertyIdentifier 同视图ID
Public propertyName 视图名称
Public propertyViewCoordinateSystem 视图坐标系
Public propertyViewDepthDown 视图向下深度
Public propertyViewDepthUp 视图向上深度
Public propertyViewProjection 视图投影方式
Public propertyVisibilitySettings 视图显示设置
Public propertyWorkArea 视图工作区域
Top
Methods
 NameDescription
Public methodDelete 删除模型视图
Public methodHide 隐藏模型视图
Public methodInsert 创建模型视图
Public methodIsFocused 返回当前视图是否被选中
Public methodIsPerspectiveViewProjection 返回当前视图是否为透视投影
Public methodIsVisible 返回当前视图是否可见
Public methodModify 修改模型视图属性
Public methodRedraw 重绘模型视图
Public methodSelect 选中视图, 并同步属性到此对象中
Public methodShow 显示模型视图
Public methodZoomToBoundingBox 缩放视图到包围盒
Top
See Also