「Acet-undo-end」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成:「 {{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…」)
 
編集の要約なし
 
14行目: 14行目:


; 戻り値
; 戻り値
: なし
: nil





2025年8月5日 (火) 05:33時点における最新版

構文
(acet-undo-end)


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


引数
  • なし


戻り値
nil


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

(acet-undo-end)


関連事項