manipScaleContext [-activeHandle float] [-editPivotMode] [-editPivotPosition] [-position] [-postDragCommand script string] [-preDragCommand script string] [-preserveChildPosition boolean] [-reflection boolean] [-reflectionAbout int] [-reflectionAxis int] [-reflectionTolerance float]
[object]
manipScaleContext は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
スケール マニピュレータ コンテキストの作成、編集、照会を実行するときに使用します。string | (新規コンテキストの名前) |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-activeHandle(-ah)
|
float
|
![]() ![]() |
||
|
||||
-position(-p)
|
|
![]() |
||
|
||||
-editPivotPosition(-epp)
|
|
![]() |
||
|
||||
-reflection(-rfl)
|
boolean
|
|||
|
||||
-reflectionAbout(-rab)
|
int
|
|||
|
||||
-reflectionAxis(-rfa)
|
int
|
|||
|
||||
-reflectionTolerance(-rft)
|
float
|
|||
|
||||
-preDragCommand(-prd)
|
script string
|
![]() ![]() |
||
|
||||
-postDragCommand(-pod)
|
script string
|
![]() ![]() |
||
|
||||
-editPivotMode(-epm)
|
|
![]() |
||
|
||||
-preserveChildPosition(-pcp)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// To create a new scale context: manipScaleContext; // To query the active handle of an existing scale context: manipScaleContext -q -ah manipScaleContext1; // To edit an exiting scale context so that it comes up with the X axis // handle active by default: manipScaleContext -e -ah 0 manipScaleContext1;