Mech:get-allconstraintsgroups

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(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>



関連事項