Your Ad Here

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

Synopsis

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

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

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(addSolver) 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 have multiple arguments, passed either as a tuple or a list.

Return value


None

Related

cpSolver

Return to Autodesk Index


Your Ad Here