pymel.core.modeling.createSubdivRegion

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

import maya.cmds as cmds

# 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