Group.SetTransform

This page contains reference documentation for the SetTransform function. This function sets the position, orientation, and scale for a group.

Prototype

int SetTransform( Matrix Matrix )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

Matrix editTransform = group.GetTransform(); 

editTransform.Orientation[0] = 0;	
editTransform.Orientation[1] = 0;	
editTransform.Orientation[2] = 0;	

group.SetTransform( editTransform );

Working Sample Code

For sample code: