ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
trim [-caching boolean] [-constructionHistory boolean] [-locatorU float] [-locatorV float] [-name string] [-nodeState int] [-object boolean] [-selected int] [-shrink boolean] [-tolerance linear]
objects
trim は、取り消し可能、照会可能、および編集可能です。
このコマンドは、サーフェスをカーブ オンサーフェスでトリムします。はじめにサーフェスを分割し、次に保持する領域または破棄する領域を選択します。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
intersect, projectCurve, untrim
caching, constructionHistory, locatorU, locatorV, name, nodeState, object, selected, shrink, tolerance
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// Keep all selected regions
trim -sl 0;
// Discard all selected regions
trim -sl 1;
// shrink the underlying surface to just outside the
// outermost boundary curve
trim -sh 1;