pymel.core.modeling.polyCheck

polyCheck(*args, **kwargs)

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.

Flags:
Long name (short name) Argument Types Properties
edge (e) bool ../../../_images/create.gif
 
Check edge descriptions.
face (f) bool ../../../_images/create.gif
 
Check face descriptions. If no flag is set, a complete check is performed.
faceOffset (fo) bool  
   
openFile (of) unicode ../../../_images/create.gif
 

Opens a file that contains a poly description, as dumped out by the debug commands.Flag can appear in Create mode of commandFlag 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

import maya.cmds as cmds

pm.polyPlane()
pm.polyCheck()
pm.polyCheck( f=True )

Previous topic

pymel.core.modeling.polyCacheMonitor

Next topic

pymel.core.modeling.polyChipOff

Core

Core Modules

Other Modules

This Page