polyMergeFacetCtx [-activeNodes] [-exists] [-image1 string] [-image2 string] [-image3 string] [-immediate] [-mergeMode int] [-name string] [-previous] [-reset] [-toolNode]
polyMergeFacetCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
新しいコンテキストを作成し、ポリゴン オブジェクトでファセットをマージします。なし
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-exists(-ex)
|
|
![]() |
||
|
||||
-image1(-i1)
|
string
|
![]() ![]() ![]() |
||
|
||||
-image2(-i2)
|
string
|
![]() ![]() ![]() |
||
|
||||
-image3(-i3)
|
string
|
![]() ![]() ![]() |
||
|
||||
-name(-n)
|
string
|
![]() |
||
|
||||
-activeNodes(-anq)
|
|
![]() |
||
|
||||
-toolNode(-tnq)
|
|
![]() |
||
|
||||
-immediate(-im)
|
|
![]() |
||
|
||||
-reset(-rs)
|
|
![]() |
||
|
||||
-previous(-pv)
|
|
![]() |
||
|
||||
-mergeMode(-mm)
|
int
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a poly plane polyPlane -w 10 -h 10 -sx 10 -sy 10 -n pPlane1; // Create a new poly merge facet context, set the merge mode to merging the second face to the first face, then switch to it polyMergeFacetCtx -mm 0 polyMergeFacetCtx1; setToolTo polyMergeFacetCtx1;