AddParentRotation (SITransformation)
Description
Applies a rotation r defined in the parent space of this transformation.
Scripting Syntax
SITransformation.AddParentRotation( r )
C# Syntax
SITransformation.AddParentRotation( SIRotation in_pRotation, Int32 in_bIncrementEulerAngles );Parameters
|
Parameter |
Type |
Description |
|
r |
rotation to apply |
Examples
VBScript Example
dim t1, r1 ' Create transformation. set t1 = XSIMath.CreateTransform ' Create Rotation. set r1 = XSIMath.CreateRotation 'Do something on t1 and r1 'Then add a rotation at the parent level t1.AddParentRotation r1
See Also
|
|
Autodesk Softimage v7.5