Param:constraint-get-blockid
BricsCAD Mechanical関数 Home - BricsCADのLISP - AutoLISP Home - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
- 構文
- (mech:constraint-get-blockid constraint )
- 機能
- 指定された拘束が参照する BlockTableRecord を返す(整数値)。
- 引数
-
- constraint : 問い合わせる拘束の整数値
- 戻り値
- 拘束があれば BlockTableRecord の ename、それ以外は NIL
- サンプル
(vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:get-constraintsgroup blkId)) 2684693328 (setq constraints (mech:get-constraints grp)) (2684692368) (setq constraint (nth 0 constraints)) 2684692368 (setq blkId (mech:constraint-get-blockid constraint)) <Entity name: a44ce8c0>
関連事項