Go to: Synopsis. Return value. Related. Flags. MEL examples.
displaySurface [-flipNormals boolean] [-twoSidedLighting boolean] [-xRay boolean]
[objects...]
displaySurface is undoable, queryable, and NOT editable.
This command toggles display options on the specified or active surfaces. Typically this command applies to NURBS or poly mesh surfaces and ignores other type of objects.
| boolean | when in the query mode. |
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-flipNormals(-flp)
|
boolean
|
|
||
|
||||
-twoSidedLighting(-two)
|
boolean
|
|
||
|
||||
-xRay(-x)
|
boolean
|
|
||
|
||||
sphere -n mySphere1; sphere -n mySphere2; displaySurface -two 0 mySphere1 mySphere2; displaySurface -xRay true;