Go to: Synopsis. Flags. Return value. Keywords. Related. MEL examples.
changeSubdivRegion [-action int] [-level int]
changeSubdivRegion is undoable, NOT queryable, and NOT editable.
Changes a subdivision surface region based on the command parameters. The command operates on the selected subdivision surfaces.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
-action(-a)
|
int
|
|
||
|
||||
-level(-l)
|
int
|
|
||
|
||||
// delete the selection region on the base mesh changeSubdivRegion -a 0 -l 0; // expand the selection region at the current level changeSubdivRegion -a 1;