ジャンプ先: 概要. 戻り値. 関連. フラグ. 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
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// Untrim surface with history.
untrim -ch on surface;
// Untrims surface without history.
untrim -ch off surface;