Acet-undo-end

提供:GizmoLabs - だいたい CAD LISP なサイト
2025年8月5日 (火) 05:32時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成:「 {{AutoLISP}} ; 構文 : (acet-undo-end) ; 機能 : (command "_undo" "_end") を実行する関数。(acet-undo-begin) とセットで使う。 ; 引数 :* なし ; 戻り値 : なし ; サンプル <pre class="brush:autolisp;"> (acet-undo-begin) ; 何かの処理 (acet-undo-end) </pre> ----- 関連事項 * expresstools関数 * acet-undo-begin * acet-undo-end * vl-local-undo-push * vl-local-undo-pop * vl-local-undo-steps * vl-loc…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(acet-undo-end)


機能
(command "_undo" "_end") を実行する関数。(acet-undo-begin) とセットで使う。


引数
  • なし


戻り値
なし


サンプル
(acet-undo-begin)
; 何かの処理

(acet-undo-end)


関連事項