ctxEditMode [-buttonDown boolean] [-buttonUp boolean]
ctxEditMode は、取り消し可能、照会不可能、および編集不可能です。
このコマンドを使うと、現在のコンテキストを編集モードに切り替えることができます。なし
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-buttonDown(-btd)
|
boolean
|
|
||
|
||||
-buttonUp(-btu)
|
boolean
|
|
||
|
||||
// Create a poly cube polyCube -w 2 -h 2 -d 2 -n pCube1; // Create a new rotate manip context, then switch to it. manipRotateContext manipRotateContext1; setToolTo manipRotateContext1; // Switch to edit mode to change pivots ctxEditMode;