移動先: 概要 戻り値 関連項目 フラグ 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
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
sphere -n mySphere1;
sphere -n mySphere2;
displaySurface -two 0 mySphere1 mySphere2;
displaySurface -xRay true;