Your Ad Here

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

Synopsis

cpClothSet [-addSolver solverName] [-enableRigidCollisions boolean] [-name objectName] [-removeSolver solverName] [-solver solverName] [objectSetName (optional)]

cpClothSet is undoable, queryable, and editable.

Creates a cloth set. A cloth set is a custom object set that contains additional controls specific to cloth.

Flags

addSolver, enableRigidCollisions, name, removeSolver, solver
Long name (short name) [argument types] Properties
-name(-n) objectName create
Specifies the desired object name on cloth set creation.
-solver(-s) solverName create
Specifies the cloth solver to bind this set to. By default, this command will connect it to the current cloth solver.
-addSolver(-as) solverName edit
Specifies an additional cloth solver to bind this set to.
-removeSolver(-rs) solverName edit
Specifies a cloth solver connection to remove from this set.
-enableRigidCollisions(-erc) boolean createedit
Enables or disables rigid collisions for the 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


None

Related

cpSolver

MEL examples

cpClothSet -n clothSet1;
  

Return to Autodesk Index


Your Ad Here