ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
jointDisplayScale [-absolute] [-ikfk]
float
jointDisplayScale は、取り消し可能、照会可能、および編集不可能です。
このアクションにより、スケルトン ジョイントの現在の表示サイズが変更され、照会されます。ジョイントの表示サイズは、スケール係数で制御されます。スケール係数 1 が表示サイズの既定で、1 倍です。単純なフォーマットにあっては、float 引数が既定のサイズに対する係数です。-a/absolute を使用すると、float 引数はジョイント表示サイズの実際の倍率を参照します。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-absolute(-a)
|
|
![]() ![]() |
||
|
||||
-ikfk(-ik)
|
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Half the display size with respect to the default size. // jointDisplayScale 0.5; // Display the joint with diameter of 2 linear units. // jointDisplayScale -a 2.0;