Param:get-blockid
BricsCAD Mechanical関数 Home - BricsCADのLISP - AutoLISP Home - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
- 構文
- (Mech:get-blockid constraintsGroup )
- 機能
- 指定された constraintsGroup (integer) が参照する BlockTableRecord を返す。
- 引数
-
- constraintsGroup : (integer) 関連する BlockTableRecord を問い合わせるための拘束グループ。
- 戻り値
- BlockTableRecord の ename、または 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>
関連事項