GetXYZAnglesValues (SIRotation)
Description
Returns the Euler angles values (in radians).
Note: This method uses output arguments. C# and some scripting languages (such as JScript and PerlScript) don't support arguments passed by reference. However, there is a alternate version of this method which is considered safe to use with C#, JScript and PerlScript: SIRotation.GetXYZAnglesValues2.
Scripting Syntax
SIRotation.GetXYZAnglesValues( X, Y, Z )
C# Syntax
SIRotation.GetXYZAnglesValues( Object& out_pvarX, Object& out_pvarY, Object& out_pvarZ );Parameters
|
Parameter |
Type |
Description |
|
X [out] |
X Euler angle value (in radians). |
|
|
Y [out] |
Y Euler angle value (in radians). |
|
|
Z [out] |
Z Euler angle value (in radians). |
See Also
|
|
|
|
Autodesk Softimage v7.5