AnyCAD Rapid API 2023
Help you to create a better world!
|
静态 Public 成员函数 | |
static Path | OpenFileDialog (String title, StringList filter) |
static Path | SaveFileDialog (String title, String fileName, StringList filter) |
static void | NotifyMessage (String title, String content) |
static void | NotifyMessageU (String title, String content) |
static boolean | ShowMessageBox (String title, String content) |
static boolean | ShowMessageBoxU (String title, String content) |
<> The Dialog utility
|
static |
通知消息对话框
title | 标题 |
content | 内容UTF8 |
|
static |
通知消息对话框
title | 标题 |
content | UNICODE |
|
static |
打开文件对话框
title | 标题 |
filter | 文件过滤条件, 如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" } |
|
static |
保存文件对话框
title | 标题 |
fileName | 文件名称 |
filter | 文件类型过滤器,如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" } |
|
static |
显示消息对话框
title | 标题 |
content | 内容UTF8 |
|
static |
显示消息对话框
title | 标题 |
content | 内容UNICODE |