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

概要

ctxAbort

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

このコマンドを使うと、カレント コンテキストがリセットされ、それまで実行したことが失われます。エスケープ文字コンテキストが設定されている場合、コンテキストがカレントになります

戻り値

なし

MEL 例

// Create a new particle tool context, then switch to it
dynParticleCtx dynParticleCtx1;
setToolTo dynParticleCtx1;
// Click the positions where you want to place the particles

// This command will reset the particle tool, clear the particles you have just created
ctxAbort;