|
|
| Application (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
| override bool | Initialize (Path baseDirectory) |
| | 初始化。内部调用
|
| |
| override void | Destroy () |
| | 释放资源
|
| |
| override void | InstallListener (Viewer viewer) |
| | 安装默认选择消息监听器
|
| |
| Document | CreateDocument (string name) |
| | 创建文档。
|
| |
| Document | GetActiveDocument () |
| | 获取活动的文档
|
| |
| void | SetActiveDocument (Document doc) |
| | 设置当前活动的文档
|
| |
| void | ShowDocument (Document doc) |
| | 在当前Viewer中显示文档,文档被设置为活动文档。
|
| |
| bool | ShowDocument (Document doc, ObjectId viewId) |
| | 显示指定的View
|
| |
|
| BaseApplication (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
void | Dispose () |
| |
|
Viewer | GetActiveViewer () |
| |
|
bool | GetStandalone () |
| |
|
void | SetStandalone (bool val) |
| |
|
string | GetAccessToken () |
| |
|
void | SetAccessToken (string val) |
| |
| Viewer | CreateView (int hwndHost, uint width, uint height) |
| | 基于已有的窗口控件上创建三维显示视图
|
| |
| Viewer | CreateWindow3D (string title, uint width, uint height, bool visible) |
| | 创建一个独立的三维窗口.
|
| |
| void | SetActiveViewer (Viewer viewer) |
| | 设置当前活动的视图
|
| |
| bool | ExecuteCommand (string name, string parameters, bool clearEditor) |
| | 执行命令
|
| |
| bool | ExecuteCommand (string name, string parameters) |
| | 执行命令
|
| |
| bool | ExecuteCommand (string name) |
| | 执行命令
|
| |
|
bool | ExecuteCommand (string name, ParameterDict parameters, bool clearEditor) |
| |
|
bool | ExecuteCommand (string name, ParameterDict parameters) |
| |
| string | QueryCommand (string name, ParameterDict parameters) |
| | 查询
|
| |
|
string | QueryCommand (string name, string parameters) |
| |
|
string | QueryCommand (string name) |
| |
| bool | Input (string parameters) |
| | 给当前的Editor输入参数
|
| |
|
bool | Input (ParameterDict parameters) |
| |
| bool | ExecuteEditorAction (string name, string params_) |
| | 执行Editor的子命令
|
| |
| bool | ExecuteEditorAction (string name) |
| | 执行Editor的子命令
|
| |
|
bool | ExecuteEditorAction (string name, ParameterDict parameters) |
| |
| void | AddEventListener (AppEventListener pListener) |
| | 增加应用级别的事件监听器
|
| |
| void | RemoveEventListener (AppEventListener pListener) |
| | 移除监听器
|
| |
| Vector2 | GetDpiScale () |
| | 获取显示器DPI缩放系数。
|
| |
| void | SetActiveViewer (IRenderView viewer) |
| | 设置当前视图
|
| |