Mech:instance-get-definitionid

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(Mech:instance-get-definitionid idEnt )


機能
指定された idEnt (ename) コンポーネントインスタンスの定義 BlockTableRecord の ename を返す。


引数
  • idEnt : BlockReference または 3dSolid のエンティティ名


戻り値
InstanceDefinition を持つ BlockTableRecord(ename)、または nil


サンプル
(vl-load-mech)
2
(setq blkRef (car (entsel)))
<Entity name: 7c8dea10>
(setq res (mech:instance-get-definitionid blkRef))
<Entity name: 49f91130>



関連事項