Go to: Synopsis. Return value. Related. Flags. MEL examples.
displaySurface [-flipNormals] [-twoSidedLighting boolean] [-xRay boolean]
[objects...]
displaySurface is undoable, queryable, and 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)
|
|
|
||
|
||||
-xRay(-x)
|
boolean
|
|
||
|
||||
-twoSidedLighting(-two)
|
boolean
|
|
||
|
||||
sphere -n mySphere1; sphere -n mySphere2; displaySurface -two 0 mySphere1 mySphere2; displaySurface -xRay true;