SITransformation.Copy

説明

ソース変換を、この変換にコピーします。

スクリプト 構文

SITransformation.Copy( in_pSrcTransfo );

パラメータ

パラメータ タイプ 詳細
in_pSrcTransfo SITransformation ソース変換

VBScript の例

dim t1, t2
' Create transformation.
set t1 = XSIMath.CreateTransform
set t2 = XSIMath.CreateTransform
'Do something on t1
't2 = t1
t2.Copy t1

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion