changeValuesInStep(...)
This method allows you to modify sliding transition assignments already defined on surface pairs in a given step.
Required arguments
- stepName
-
A String specifying the name of the step in which the sliding transition assignments are to be modified.
- index
-
An Int specifying the position of the sliding transition assignment whose value is to be modified.
- value
-
A SymbolicConstant specifying the value of the smoothness of the surface-to-surface formulation on sliding to be assigned to the surface whose index is referenced. Possible values are ELEMENT_ORDER_SMOOTHING, LINEAR_SMOOTHING, and QUADRATIC_SMOOTHING.
Optional arguments
None.
Return value
None.
Exceptions
None.