"SET IDNum,ScaleX,ScaleY,ScaleZ,X,Y,Z,rX,rY,rZ,srX,srY,srZ,IScaleX,IScaleY,IScaleZ


            This command sets all of the attributes of a scene Object all at one time.


            The parameters are:


            IDNum&           - Object ID number

            ScaleX              - Scene Scaling factor for X axis

            ScaleY              - Scene Scaling factor for Y axis

            ScaleZ              - Scene Scaling factor for Z axis

            X                      - X coordinate of position

            Y                      - Y coordinate of position

            Z                      - Z coordinate of position

            rX                     - Rotation around object origin on X axis

            rY                     - Rotation around object origin on Y axis

            rZ                     - Rotation around object origin on Z axis

            srX                   - Rotation around scene origin on X axis

            srY                   - Rotation around scene origin on Y axis

            srZ                   - Rotation around scene origin on Z axis

            IScaleX             - Independent Scaling factor for X axis

            IScaleY             - Independent Scaling factor for Y axis

            IScaleZ             - Independent Scaling factor for Z axis


            Note:    Most of these attributes likely won't change from frame to frame (when animating) so it is better to use the commands specific to each attribute for such changes rather than use this command.