AddParentTranslation (SITransformation)
Description
Applies a translation defined in the parent space of this transformation.
Scripting Syntax
SITransformation.AddParentTranslation( vTrans )
C# Syntax
SITransformation.AddParentTranslation( SIVector3 in_pTranslation );Parameters
|
Parameter |
Type |
Description |
|
vTrans |
3D Transdlation vector |
Examples
VBScript Example
dim t1, trans ' Create transformation. set t1 = XSIMath.CreateTransform ' Create 3D vector. set trans = XSIMath.CreateVector3(1.0, 2.0, 3.0) t1.AddParentTranslation trans
See Also
|
|
Autodesk Softimage v7.5