pymel.core.modeling.coarsenSubdivSelectionList

static modeling.coarsenSubdivSelectionList(*args, **kwargs)

Coarsens a subdivision surface set of components based on the selection list. The selected components are selected at a coarser level.

Derived from mel command maya.cmds.coarsenSubdivSelectionList

Example:

import pymel.core as pm

# after selecting components of a subdivision surface
pm.coarsenSubdivSelectionList()

Previous topic

pymel.core.modeling.closeSurface

Next topic

pymel.core.modeling.cone

Core

Core Modules

Other Modules

This Page