ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
trim [-caching boolean] [-constructionHistory boolean] [-locatorU float] [-locatorV float] [-name string] [-nodeState int] [-object boolean] [-selected int] [-shrink boolean] [-tolerance linear]
objects
trim は、取り消し可能、照会可能、および編集可能です。
このコマンドは、サーフェスをカーブ オン サーフェスでトリムします。はじめにサーフェスを分割し、次に保持する領域または破棄する領域を選択します。string[] | オブジェクト名とノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-locatorU(-lu)
|
float
|
![]() ![]() ![]() ![]() |
||
|
||||
-locatorV(-lv)
|
float
|
![]() ![]() ![]() ![]() |
||
|
||||
-selected(-sl)
|
int
|
![]() ![]() ![]() |
||
|
||||
-shrink(-sh)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-tolerance(-tol)
|
linear
|
![]() ![]() ![]() |
||
|
||||
高度なフラグ | ||||
-caching(-cch)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-nodeState(-nds)
|
int
|
![]() ![]() ![]() |
||
|
||||
共通のフラグ | ||||
-name(-n)
|
string
|
![]() |
||
|
||||
-constructionHistory(-ch)
|
boolean
|
![]() |
||
|
||||
-object(-o)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// 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;