Go to: Synopsis. Return value. Keywords. Related. Python examples.

Synopsis

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.

Return value

boolean

Keywords

subdivision, surface, select, region

Related

changeSubdivComponentDisplayLevel, changeSubdivRegion, nurbsToSubdiv, polyToSubdiv, querySubdiv, refineSubdivSelectionList, subdCollapse, subdToBlind, subdToPoly, subdiv, subdivCrease, subdivDisplaySmoothness

Python examples

import maya.cmds as cmds

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