Group.GetTransform

This page contains reference documentation for the GetTransform function. Returns a matrix object containing the group's transformation parameters.

Prototype

Matrix GetTransform()

Examples

Examples are as follows:

Matrix editTransform = group.GetTransform(); 

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

Working Sample Code

For sample code: