Bim:get-all-story-entities

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(Bim:get-all-story-entities building story)


機能
指定された building の story に属するすべてのエンティティのリストを返す。


引数
  • building: すべてのエンティティを取得する図面内の建物名
  • story : ストーリー名


戻り値
エンティティリスト、建物のストーリーに属したエンティティがない場合は nil


メモ

  • すべての文字列は常に大文字と小文字を区別する


サンプル
(vl-load-bim)
(bim:get-all-story-entities "おれんち" "2階")
(<Entity name: 57103fb0> <Entity name: 571039f0> <Entity name: 570ffe70> ...)

(bim:get-all-story-entities "ダーマ神殿" "地下迷宮")
nil



関連事項