SUCALC, RSetName, lab1, Oper, lab2, fact1, fact2, const
Create new result data by operating on two existing result data
sets on a given surface.
RSetNameEight character name for new result data.
lab1First result data upon which to operate.
OperMathematical operation to perform.
ADD | — | ( |
SUB | — | ( |
MULT | — | ( |
DIV | — | ( |
EXP | — | ( |
COS | — | (cos ( |
SIN | — | (sin ( |
ACOS | — | (acos ( |
ASIN | — | (asin ( |
ATAN | — | (atan ( |
ATA2 | — | (atan2 ( |
LOG | — | (log ( |
ABS | — | (abs ( |
ZERO | — | (0 + |
lab2Second result data upon which to operate.
fact1First scaling factor (for EXP option only).
fact2Second scaling factor (for EXP option only).
constConstant added to the values in the resulting data.