Mech:get-allconstraintsgroups

提供:GizmoLabs - だいたい CAD LISP なサイト
2023年5月16日 (火) 08:54時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (Mech:get-allconstraintsgroups) ; 機能 : すべての constraintsGroup (integer) のリストを返す。 ; 引数 :* なし ; 戻…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(Mech:get-allconstraintsgroups)


機能
すべての constraintsGroup (integer) のリストを返す。


引数
  • なし


戻り値
すべての constraintsGroup の整数識別子リストを返す。constraintsGroup がない場合は nil を返す


サンプル
(vl-load-mech)
2
(setq res (mech:get-allconstraintsgroups))
(2698242080 2698242176)
(setq grp (car res))
2698242080
(setq btr (mech:get-blockid grp))
<Entity name: a4117340>



関連事項