Go to: Synopsis. Return value. Flags. Python examples.
polyCheck(
poly poly...
, [edge=boolean], [face=boolean], [openFile=string])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
polyCheck is undoable, NOT queryable, and NOT editable.
Dumps a description of internal memory representation of poly objects.
| int | The number of errors. |
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
edge(e)
|
boolean
|
|
||
|
||||
face(f)
|
boolean
|
|
||
|
||||
openFile(of)
|
string
|
|
||
|
||||
import maya.cmds as cmds cmds.polyPlane() cmds.polyCheck() cmds.polyCheck( f=True )