「Param:get-allconstraintsgroups」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (Mech:get-allconstraintsgroups) ; 機能 : すべての constraintsGroup (integer) のリストを返す。 ; 引数 :* なし ; 戻…」)
 
(Gizmon がページ「Mech:get-allconstraintsgroups」を「Param:get-allconstraintsgroups」に移動しました)
 
(相違点なし)

2024年10月6日 (日) 00:32時点における最新版

構文
(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>



関連事項