Dumps a description of internal memory representation of poly objects. If no objects are specified in the command line, the objects from the active list are used. Default behaviour is to print only a summary. Use the flags above to get more details on a specific part of the object.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
edge (e) | bool | ||
|
|||
face (f) | bool | ||
|
|||
faceOffset (fo) | bool | ||
openFile (of) | unicode | ||
Opens a file that contains a poly description, as dumped out by the debug commands. Flag can have multiple arguments, passed either as a tuple or a list. |
Derived from mel command maya.cmds.polyCheck
Example:
import pymel.core as pm
pm.polyPlane()
pm.polyCheck()
pm.polyCheck( f=True )