Go to: Synopsis. Return value. Related. Flags. MEL examples.
displayCull [-backFaceCulling boolean]
[objects]
displayCull is undoable, queryable, and NOT editable.
This command is responsible for setting the display culling property of back faces of surfaces.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-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.