SITransformation.Copy

説明

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

C#構文

SITransformation.Copy( SITransformation in_pSrcTransfo );

スクリプト構文

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