SUVECT, RSetName
, lab1
, Oper
, lab2
, Offset
Create new result data by operating on two existing result vectors
on a given surface.
RSetName
Eight character name of the result data output. There will
be one or three RSetName
values depending on the
operation specified in Oper
.
lab1
Eight character name of the mapped data that forms vector 1. Specified sets must exist on all selected surfaces for this operation to take place. The names NORM and GC will be reserved for normals and for global (x, y, z).
Oper
DOT | — | Computes dot product between |
CROSS | — | Computes cross product between |
SMULT | — | Scales (lab1x, lab1y, lab1z) vector by scalar |
lab2
Eight character name of the mapped data that forms vector
2. Sets with names Lab2X, Lab2Y, and Lab2Z must exist on all selected surfaces
for operation to take place. For Oper
= SMULT
a scalar value or another predefined scalar item (e.g., DA) can be supplied.
An offset value to be applied to the resultant RSetName
.
One value is specified for Oper
= DOT, and three
values are specified for Oper
= SMULT.