This page contains reference documentation for the SetTransform function. This function sets the position, orientation, and scale for a group.
int SetTransform( Matrix Matrix )
Function parameters are as follows:
Examples are as follows:
Matrix editTransform = group.GetTransform(); editTransform.Orientation[0] = 0; editTransform.Orientation[1] = 0; editTransform.Orientation[2] = 0; group.SetTransform( editTransform );
For sample code: