Mech:compdef-get-bomstatus

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


機能
blkRefOrSolid(ename)エンティティの PropertySet カテゴリに含まれるプロパティ名に、新しい値を割り当てる。


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


戻り値
ステータスの整数値、それ以外は nil


サンプル
(vl-load-mech)
1
(setq blkRefOrSolid (entlast))
<Entity name: 7dabeda0>
(setq res (mech:compdef-get-bomstatus blkRefOrSolid))
0
(setq res (mech:compdef-set-bomstatus blkRefOrSolid bc3dcExcluded))
T
(setq res (mech:compdef-get-bomstatus blkRefOrSolid))
3 



関連事項