Mech:instance-get-allcategories

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


機能
指定されたエンティティidEnt(ename)コンポーネントインスタンスのすべてのプロパティカテゴリ(PropertySetsの名前)を返す。


引数
  • idEnt : エンティティ名


戻り値
コンポーネントインスタンスのカテゴリ名リスト or nil


サンプル
(vl-load-mech)
2
(setq blkRef (car (entsel)))
<Entity name: 7c8dea10>
(setq res (mech:instance-get-allcategories blkRef))
nil ; => 専用カテゴリーがない



関連事項