blend2 [-autoAnchor boolean] [-autoNormal boolean] [-caching boolean] [-constructionHistory boolean] [-crvsInFirstRail int] [-flipLeftNormal boolean] [-flipRightNormal boolean] [-leftAnchor float] [-leftEnd float] [-leftStart float] [-multipleKnots boolean] [-name string] [-nodeState int] [-object boolean] [-polygon int] [-positionTolerance float] [-reverseLeft boolean] [-reverseRight boolean] [-rightAnchor float] [-rightEnd float] [-rightStart float] [-tangentTolerance float]
curve curve [curve...]
blend2 は、取り消し可能、照会可能、および編集可能です。
このコマンドは、指定したカーブ間でブレンドしてサーフェスを作成します。これは、現在はサポートされていないブレンドのエンハンスメント(さらに細かくコントロール可能)です。| string[] | オブジェクト名とノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
-autoAnchor(-aa)
|
boolean
|
|
||||||||||
|
||||||||||||
-autoNormal(-an)
|
boolean
|
|
||||||||||
|
||||||||||||
-caching(-cch)
|
boolean
|
|
||||||||||
|
||||||||||||
-flipLeftNormal(-fln)
|
boolean
|
|
||||||||||
|
||||||||||||
-flipRightNormal(-frn)
|
boolean
|
|
||||||||||
|
||||||||||||
-leftAnchor(-la)
|
float
|
|
||||||||||
|
||||||||||||
-leftEnd(-le)
|
float
|
|
||||||||||
|
||||||||||||
-leftStart(-ls)
|
float
|
|
||||||||||
|
||||||||||||
-multipleKnots(-mk)
|
boolean
|
|
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
|
||||||||||
|
||||||||||||
-positionTolerance(-pt)
|
float
|
|
||||||||||
|
||||||||||||
-reverseLeft(-rvl)
|
boolean
|
|
||||||||||
|
||||||||||||
-reverseRight(-rvr)
|
boolean
|
|
||||||||||
|
||||||||||||
-rightAnchor(-ra)
|
float
|
|
||||||||||
|
||||||||||||
-rightEnd(-re)
|
float
|
|
||||||||||
|
||||||||||||
-rightStart(-rs)
|
float
|
|
||||||||||
|
||||||||||||
-tangentTolerance(-tt)
|
float
|
|
||||||||||
|
||||||||||||
| 共通のフラグ | ||||||||||||
-constructionHistory(-ch)
|
boolean
|
|
||||||||||
|
||||||||||||
-crvsInFirstRail(-cfr)
|
int
|
|
||||||||||
|
||||||||||||
-name(-n)
|
string
|
|
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
|
||||||||||
|
||||||||||||
-polygon(-po)
|
int
|
|
||||||||||
|
||||||||||||
// Do blend with auto normal and with no history: blend2 -an on -ch off; // Do blend without auto normal blend2 -an off -fln on -frn on;