Mech:compdef-get-componenttype

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(Mech:compdef-get-componenttype blkRefOrSolid)


機能
blkRefOrSolid (ename) エンティティのコンポーネントタイプを返す。


引数
  • blkRefOrSolid : エンティティ名(BlockReference または 3dSolid)


戻り値
成功した場合はコンポーネントタイプの整数、エラーの場合は nil


サンプル
(vl-load-mech)
1
(setq blkRefOrSolid (entlast))
<Entity name: 400b19a0>
(setq res (mech:compdef-get-bomstatus blkRefOrSolid))
0
(setq res (mech:compdef-get-componenttype blkRefOrSolid))
2



関連事項