/
renameParameter
renameParameter
Description
Renames a parameter. The parameter to be renamed will be looked for on the selected character unless the -onMod
option is used.
Functional area
Parameters
Command syntax
Syntax
renameParameter parameterName newName [-onMod string] [-solving] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
parameterName | String | Yes | The name of the parameter to be renamed. |
newName | String | Yes | The new name of the parameter. |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Defines the character with parameter to rename. |
solving |
Return value
void
Examples
// Rename the parameter UpperArmLength to LowerArmLength. renameParameter "UpperArmLength" "LowerArmLength";
Additional information
Related commands
, multiple selections available,
Related content
setParameter
setParameter
More like this
removeParameter
removeParameter
More like this
removeUnusedParameters
removeUnusedParameters
More like this
removeAllParameters
removeAllParameters
More like this
listParameters
listParameters
More like this
setStaticParameterExpression
setStaticParameterExpression
More like this