globalStitch [-caching boolean] [-constructionHistory boolean] [-lockSurface boolean] [-maxSeparation linear] [-modificationResistance float] [-name string] [-nodeState int] [-object boolean] [-sampling int] [-stitchCorners int] [-stitchEdges int] [-stitchPartialEdges boolean] [-stitchSmoothness int]
surface surface...
globalStitch は、取り消し可能、照会可能、および編集可能です。
このコマンドは NURBS サーフェスの globalStitch を計算します。最低 1 つの NURBS サーフェスがなければなりません。NURBS サーフェスはトリミングされていない状態である必要があります。| string[] | オブジェクト名とノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
-caching(-cch)
|
boolean
|
|
||||||||||
|
||||||||||||
-lockSurface(-lk)
|
boolean
|
|
||||||||||
|
||||||||||||
-maxSeparation(-ms)
|
linear
|
|
||||||||||
|
||||||||||||
-modificationResistance(-mr)
|
float
|
|
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
|
||||||||||
|
||||||||||||
-sampling(-sam)
|
int
|
|
||||||||||
|
||||||||||||
-stitchCorners(-sc)
|
int
|
|
||||||||||
|
||||||||||||
-stitchEdges(-se)
|
int
|
|
||||||||||
|
||||||||||||
-stitchPartialEdges(-spe)
|
boolean
|
|
||||||||||
|
||||||||||||
-stitchSmoothness(-ss)
|
int
|
|
||||||||||
|
||||||||||||
| 共通のフラグ | ||||||||||||
-constructionHistory(-ch)
|
boolean
|
|
||||||||||
|
||||||||||||
-name(-n)
|
string
|
|
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
|
||||||||||
|
||||||||||||
// GlobalStitch across three surfaces surface1, surface2, surface3. globalStitch -ch true surface1 surface2 surface3;