Your Ad Here

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

Synopsis

cpSetEdit [-help] [-insert] [-remove] [objects ...]

cpSetEdit is undoable, queryable, and editable.

Flags

help, insert, remove
Long name (short name) [argument types] Properties
-help(-h) create
Prints a quick help message.
-insert(-i) create
Adds the specified components to the constraint set.
-remove(-r) create
Removes the specified components from the constraint set.

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

Return value


True if the specified components are added/removed. False otherwise.

Related

cpButton, cpConstraint, cpPanel, cpProperty, cpSeam, cpSolver, cpTool

MEL examples

// Augment a constraint
cpSetEdit -i transformConstraintShape1 cloth1.vtx[5] ;

  

Return to Autodesk Index


Your Ad Here