changeValuesInStep(...)
This method allows modification of surface smoothing assignments already defined on surfaces in a given step.
Required arguments
- stepName
A String specifying the name of the step in which the surface smoothing assignments are to be modified.
- index
An Int specifying the position of the surface smoothing assignment whose value is to be modified.
- value
A tuple specifying the value of the surface smoothing assignments for the surface whose index is referenced. Each tuple contains one entry:
A SymbolicConstant specifying the surface smoothing value to be used for the surface. Possible values of the SymbolicConstant are NONE, REVOLUTION, SPHERICAL, and TOROIDAL.
Optional arguments
None.
Return value
None.
Exceptions
None.