「Gis:get-features」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
編集の要約なし
編集の要約なし
 
37行目: 37行目:
* [[gis:get-entities]]
* [[gis:get-entities]]
* [[gis:get-featureentities]]
* [[gis:get-featureentities]]
* [[gis:get-featuretype]]
</div>
</div>


[[Category:AutoLISP]]
[[Category:AutoLISP]]
[[Category:BricsCADのLISP]]
[[Category:BricsCADのLISP]]

2025年4月17日 (木) 05:04時点における最新版

構文
(gis:get-features)


機能
現在の図面のすべての 「GIS フィーチャー ID」 のリストを返す。
GISフィーチャーは 「Handle」識別子で表される。


引数
  • なし


戻り値
成功の場合は整数のリスト、失敗の場合は nil


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

(setq features (gis:get-features))
(1685094904232 1685094904233) 



関連事項