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

Synopsis

createSubdivRegion

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

MEL examples

// after selecting components of a subdivision surface
createSubdivRegion;