Sets the rotation part of this transformation.
SITransformation.SetRotation( SIRotation in_pRotation ); |
SITransformation.SetRotation( in_pRotation ); |
Parameter | Type | Description |
---|---|---|
in_pRotation | SIRotation | rotation |
dim t1, r1 ' Create transformation. set t1 = XSIMath.CreateTransform ' Create Rotation. set r1 = XSIMath.CreateRotation 'Do something with r1 t1.SetRotation r1 |