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

Synopsis

subdivCrease [-sharpness boolean]

subdivCrease is undoable, NOT queryable, and NOT editable.

Set the creasing on subdivision mesh edges or mesh points that are on the selection list.

Return value

boolean

Keywords

subdivision, surface, crease

Related

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

Flags

sharpness
Long name (short name) Argument types Properties
-sharpness(-sh) boolean create
Specifies the sharpness value to set the crease to

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

// after selecting components of a subdivision surface
subdivCrease;