ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
displaySurface [-flipNormals boolean] [-twoSidedLighting boolean] [-xRay boolean]
[objects...]
displaySurface は、取り消し可能、照会可能、および編集不可能です。
指定したサーフェスかアクティブなサーフェスの表示のオプションが切り替わります。一般的に、このコマンドは NURBS またはポリゴン メッシュ サーフェスに適用され、その他のタイプのオブジェクトは無視します。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
currentUnit, displayAffected, displayColor, displayCull, displayLevelOfDetail, displayPref, displayRGBColor, displaySmoothness, displayStats, hide, refresh, showHidden, toggle
flipNormals, twoSidedLighting, xRay
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
sphere -n mySphere1;
sphere -n mySphere2;
displaySurface -two 0 mySphere1 mySphere2;
displaySurface -xRay true;