ジャンプ先: 概要. 戻り値. キーワード. 関連項目. フラグ. MEL 例.
showHelp [-absolute] [-docs]
[-helpTable] [string]
showHelp は 「元に戻す」が不可能、「照会」が可能、「編集」が不可能 です。
Web ブラウザを起動し、オンライン マニュアルとヘルプ ファイルを開きます 指定した項目のヘルプ ページを開くか、ブラウザで特定の URL を開きます。なし
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-docs(-d) |
||||
|
||||
-absolute(-a) |
||||
|
||||
-helpTable(-ht) |
||||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
// View the documentation for the launchBrowser command // showHelp -docs "Commands/showHelp.html"; // View the Autodesk home page // showHelp -absolute "http://www.autodesk.com/"; // Query for the full path to the help page on the Align Tool // showHelp -q AlignTool; // Set the help lookup-table to $MAYA_APP_DIR/customHelpTable // showHelp -helpTable "customHelpTable"; // View the help topic "Particle" found in customHelpTable.dat // showHelp "Particle";