ctxAbort
ctxAbort は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
このコマンドを使うと、カレント コンテキストがリセットされ、それまで実行したことが失われます。エスケープ文字コンテキストが設定されている場合、コンテキストがカレントになりますなし
// 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;