ジャンプ先: 概要. 戻り値.
関連項目. フラグ. MEL 例.
untrim [-caching
boolean] [-constructionHistory boolean]
[-curveOnSurface boolean]
[-name string] [-nodeState int] [-object boolean] [-replaceOriginal boolean]
[-untrimAll boolean]
surface
untrim は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
サーフェスのトリムを解除します。
戻り値の型は照会モードでは照会フラグが基になります。
intersect, projectCurve, trim
caching, constructionHistory, curveOnSurface, name, nodeState,
object, replaceOriginal, untrimAll
: コマンドの作成モードで使用可能なフラグ |
: コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ |
: 1 つのコマンドで複数回使用可能なフラグ |
// Untrim surface with history.
untrim -ch on surface;
// Untrims surface without history.
untrim -ch off surface;