移動先: 概要 戻り値 MEL 例.

概要

polyCutCtx

polyCutCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。

新しいコンテキストを作成し、ポリゴン オブジェクトのファセットをカットします。

戻り値

なし

戻り値の型は照会モードでは照会フラグが基になります。

MEL 例

// Create a poly plane
polyPlane -w 10 -h 10 -sx 1 -sy 1 -n pPlane1;

// Create a new cut facets context, then switch to it
polyCutCtx polyCutCtx1;
setToolTo polyCutCtx1;