ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
displayCull [-backFaceCulling boolean]
[objects]
displayCull は、取り消し可能、照会可能、および 編集不可能 です。
サーフェスのバックフェースのカリング プロパティ表示が設定されます。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-backFaceCulling(-bfc)
|
boolean
|
|
||
|
||||
displayCull -bfc true; displayCull -bfc false; displayCull -q -bfc; // Returns 0 if the back-face-culling on the selected object is false. // Returns 1 if the back-face-culling on the selected object is true.