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
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
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.