Copy (SITransformation)
Description
Copies the source transformation t to this one.
Scripting Syntax
SITransformation.Copy( t )
C# Syntax
SITransformation.Copy( SITransformation in_pSrcTransfo );
Parameters
|
Parameter |
Type |
Description |
|
t |
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
|
|
|
SOFTIMAGE|XSI v6.01