Mech:get-istransient

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(mech:get-istransient constraintsGroup)


機能
constraintsGroup (integer)が 泡沫グループ (dwgに保存されていない)かどうかを確認する。
引数
  • constraintsGroup : (integer) 泡沫ステータスを問い合わせる拘束グループ


戻り値
指定されたconstraintsGroup が 泡沫オブジェクト(dwgファイル内で永続しない)であれば T、そうでなければNIL


サンプル
(vl-load-mech)
2
(setq res (mech:get-allconstraintsgroups))
(2698242080 2698242176)
(setq grp (car res))
2698242080
(mech:get-istransient grp)
nil



関連事項