SITransformation.SetScalingFromValues

説明

この変換での x、Y、Z のスケーリング値を設定します。

C#構文

SITransformation.SetScalingFromValues( Double in_dX, Double in_dY, Double in_dZ );

スクリプト構文

SITransformation.SetScalingFromValues( in_dX, in_dY, in_dZ );

パラメータ

パラメータ タイプ 説明
in_dX Double X のスケーリング値
in_dY Double Y のスケーリング値
in_dZ Double Z のスケーリング値

VBScript の例

set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface")

set oTransform = oCube.Kinematics.Global.Transform

oTransform.SetScalingFromValues 0.90715667311412, 0.6, 1

oCube.Kinematics.Global.Transform = oTransform

関連項目

SITransformation.GetScalingValues SITransformation.GetScalingValues2 SITransformation.SetScaling