ソース変換を、この変換にコピーします。
SITransformation.Copy( SITransformation in_pSrcTransfo ); |
SITransformation.Copy( in_pSrcTransfo ); |
パラメータ | タイプ | 説明 |
---|---|---|
in_pSrcTransfo | SITransformation | ソース変換 |
dim t1, t2 ' Create transformation. set t1 = XSIMath.CreateTransform set t2 = XSIMath.CreateTransform 'Do something on t1 't2 = t1 t2.Copy t1 |