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

Synopsis

refineSubdivSelectionList()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

refineSubdivSelectionList is undoable, NOT queryable, and NOT editable.

Refines a subdivision surface set of components based on the selection list. The selected components are subdivided. The selection list after the command is the newly created components at the finer subdivision level.

Return value

boolean

Keywords

subdivision, surface, select, region, refine, level, coarse, fine

Related

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

Python examples

import maya.cmds as cmds

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