SITransformation.Copy

Description

Copies the source transformation t to this one.

C# Syntax

SITransformation.Copy( SITransformation in_pSrcTransfo );

Scripting Syntax

SITransformation.Copy( in_pSrcTransfo );

Parameters

Parameter Type Description
in_pSrcTransfo SITransformation Source transformation

Examples

VBScript Example

dim t1, t2

' Create transformation.

set t1 = XSIMath.CreateTransform

set t2 = XSIMath.CreateTransform

'Do something on t1

't2 = t1

t2.Copy t1

See Also

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion