pymel.core.modeling.createSubdivRegion

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

Creates a subdivision surface region based on the selection list. Once a selection region is created, only the components in the selection list or converted from the selection list will be displayed and selectible through the UI.

Derived from mel command maya.cmds.createSubdivRegion

Example:

import pymel.core as pm

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

Previous topic

pymel.core.modeling.constructionHistory

Next topic

pymel.core.modeling.curve

Core

Core Modules

Other Modules

This Page