Go to: Synopsis. Flags. Return value. Related. MEL examples.
displayCull [-query]
[objects]
displayCull is undoable, queryable, and editable.
This command is responsible for setting the display culling property of back faces of surfaces.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
-query(-q)
|
|
|
||
|
||||
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.