移動先: 概要 戻り値 フラグ. MEL 例.
globalStitch [-caching boolean] [-lockSurface boolean] [-maxSeparation linear] [-modificationResistance float] [-nodeState int] [-sampling int] [-stitchCorners int] [-stitchEdges int] [-stitchPartialEdges boolean] [-stitchSmoothness int]
surface surface...
globalStitch は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
このコマンドは NURBS サーフェスの globalStitch を計算します。最低 1 つの NURBS サーフェスがなければなりません。NURBS サーフェスはトリミングされていない状態である必要があります。
戻り値の型は照会モードでは照会フラグが基になります。
caching, lockSurface, maxSeparation, modificationResistance, nodeState, sampling, stitchCorners, stitchEdges, stitchPartialEdges, stitchSmoothness
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// GlobalStitch across three surfaces surface1, surface2, surface3.
globalStitch -ch true surface1 surface2 surface3;