Go to: Synopsis. Return value. MEL examples.

Synopsis

canCreateManip object

canCreateManip is undoable, NOT queryable, and NOT editable.

This command returns true if there can be a manipulator made for the specified selection, false otherwise.

Return value

boolean

MEL examples

int $canWeCreateIt = `canCreateManip node`;