SITransformation.GetScalingOrientationXYZAngles2.1.js Example
Applies To
Description
This example demonstrates how to use the SITransformation.GetScalingOrientationXYZAngles2 method.
Code
var t, array; t = XSIMath.CreateTransform(); var vbArr = new VBArray( t.GetScalingOrientationXYZAngles2() ); var array = vbArr.toArray(); Application.LogMessage( "Scaling/Orientation angles: " + array[0] +","+ array[1] +","+ array[2] );
Keywords
SITransformation GetScalingOrientationXYZAngles2
Autodesk Softimage 2011