SITransformation.HasScalingOrientation

説明

この変換に、有効なスケーリング方向があるかどうかを戻します。

C#構文

Boolean SITransformation.HasScalingOrientation();

スクリプト構文

oBoolean = SITransformation.HasScalingOrientation();

戻り値

Boolean。このベクトル変換に、有効なスケーリング方向がある場合は True、ない場合は false。

VBScript の例

set transfo = XSIMath.CreateTransform

' this transfo should not have a valid scaling orientation

Application.LogMessage "Has scaling orientation: " & transfo.HasScalingOrientation

transfo.SetScalingOrientationFromXYZAngles 2.0, 2.0, 4.0

' this transfo should have a valid scaling orientation

Application.LogMessage "Has scaling orientation: " & transfo.HasScalingOrientation

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion