移動先: 概要 戻り値 関連項目 フラグ 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
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// 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;