ジャンプ先: 概要. 戻り値. 関連項目. フラグ. MEL 例.
scale [-absolute] [-centerPivot] [-distanceOnly] [-objectCenterPivot] [-pivot linear linear linear] [-preserveUV] [-reflection] [-reflectionAboutBBox] [-reflectionAboutOrigin] [-reflectionAboutX] [-reflectionAboutY] [-reflectionAboutZ] [-reflectionTolerance float]
[-relative] [-scaleX] [-scaleXY]
[-scaleXYZ] [-scaleXZ] [-scaleY]
[-scaleYZ] [-scaleZ] float float float [objects]
scale は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
scale コマンドは、ジオメトリック オブジェクトのサイズを変更するために使用します。 オブジェクトまたはフラグが渡されない場合、デフォルト動作では、各オブジェクトの既存のスケール ピボット ポイントを使用して、現在選択されている各オブジェクト上で相対スケールが行われます。なし
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-absolute(-a) |
||||
|
||||
-relative(-r) |
||||
|
||||
-reflection(-rfl) |
||||
|
||||
-reflectionAboutOrigin(-rao) |
||||
|
||||
-reflectionAboutBBox(-rab) |
||||
|
||||
-reflectionAboutX(-rax) |
||||
|
||||
-reflectionAboutY(-ray) |
||||
|
||||
-reflectionAboutZ(-raz) |
||||
|
||||
-reflectionTolerance(-rft) |
float |
|||
|
||||
-centerPivot(-cp) |
||||
|
||||
-objectCenterPivot(-ocp) |
||||
|
||||
-pivot(-p) |
linear linear linear |
|||
|
||||
-distanceOnly(-dso) |
||||
|
||||
-scaleX(-x) |
||||
|
||||
-scaleY(-y) |
||||
|
||||
-scaleZ(-z) |
||||
|
||||
-scaleXY(-xy) |
||||
|
||||
-scaleXZ(-xz) |
||||
|
||||
-scaleYZ(-yz) |
||||
|
||||
-scaleXYZ(-xyz) |
||||
|
||||
-preserveUV(-puv) |
||||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
scale 1 1 1; scale -pivot 1 0 0 -abs 3 3 3 curve1;