TextOut - PYTHON 不支持

在文本输出窗口显示一个文本。

语法

Rhino.TextOut (strText [, strTitle]])

参数

strText

Required.字符串。A text string to display.

strTitle

可选参数。字符串。A dialog box title.

返回值

Null

If successful or on failure.

示例

Rhino.TextOut "Hello Rhino!"

同见

MessageBox