Go to: Synopsis. Return value. Keywords. Related. Python examples.
createSubdivRegion()
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
createSubdivRegion is undoable, NOT queryable, and NOT editable.
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.boolean |
import maya.cmds as cmds # after selecting components of a subdivision surface cmds.createSubdivRegion()