Gis:get-entities

提供:GizmoLabs - だいたい CAD LISP なサイト
2025年4月17日 (木) 04:49時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成:「{{BCAD_LISP_GIS}} ; 構文 : (gis:get-entities ''name'') ; 機能 : 現在の図面のすべての「GIS エンティティ」のリストを返す。 ; 引数 :* なし ; 戻り値 : 成功した場合は ENAME のリスト、失敗した場合はNIL ; サンプル <pre class="brush: autolisp;"> (vl-load-gis) T (setq ents (gis:get-entities)) (<Entity name: 6c8f9e20> <Entity name: 6c8f9fe0>) </pre> ----- 関連事項 <div class="mcol2"> * Civil-gis…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(gis:get-entities name)


機能
現在の図面のすべての「GIS エンティティ」のリストを返す。


引数
  • なし


戻り値
成功した場合は ENAME のリスト、失敗した場合はNIL


サンプル
(vl-load-gis)
T

(setq ents (gis:get-entities))
(<Entity name: 6c8f9e20> <Entity name: 6c8f9fe0>) 



関連事項