Go to: Synopsis. Flags. Return value. Related. MEL examples.
cpSetEdit [-help] [-insert] [-remove]
[objects ...]
cpSetEdit is undoable, queryable, and editable.
help, insert, remove
| Long name (short name) |
[argument types] |
Properties |
-help(-h)
|
|
|
|
Prints a quick help message.
|
|
-insert(-i)
|
|
|
|
Adds the specified components to the constraint set.
|
|
-remove(-r)
|
|
|
|
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
|
True if the specified components are added/removed.
False otherwise.
cpButton, cpConstraint, cpPanel, cpProperty, cpSeam, cpSolver, cpTool
// Augment a constraint
cpSetEdit -i transformConstraintShape1 cloth1.vtx[5] ;
Return to Autodesk Index