Your Ad Here

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

Synopsis

cpForces([createForceWatch=force_name], [filter=filter_type], [help=boolean], [listForces=boolean], [listForces=solver], [output=output_file], [removeForceWatch=force_name], [watchType=typeName])

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

cpForces is undoable, queryable, and editable.

Flags

createForceWatch, filter, help, listForces, listForces, output, removeForceWatch, watchType
Long name (short name) [argument types] Properties
help(h) boolean create
Prints a quick help message.
listForces(lf) solver create
Lists the registered forces on the given solver node.
watchType(wt) typeName create
Currently type name can only be "file". This flag must be used with the -cfw flag.
output(o) output_file create
When watchType is file, this flag controls where the output data is sent. By default, output is send to stdout.
filter(f) filter_type create
The filter type can be "condensed" or "raw". In "condensed" mode, forces are filtered if their value is zero. Also, in a time block, multiple forces per vertex will be averaged to a single value. Raw mode is the default filter type and displays all information without any filtering. This flag is only applicable on creation of the watch.
createForceWatch(cfw) force_name create
Adds a force watch for the current solver. The force name must exist and should be identical to the name queried using
listForces(lf) boolean
Each force can only be watched once per-solver. It is invalid to watch a force that has already watched.
removeForceWatch(rfw) force_name create
Removes a previously added force watch.

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


varies depending on use.

Related

cpSolver

Return to Autodesk Index


Your Ad Here