Gis:get-entities
BricsCADのLISP - Civil-GIS関数 - AutoLISP Home - AutoLISP 目次 - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
- 構文
- (gis:get-entities)
- 機能
- 現在の図面のすべての「GIS エンティティ」のリストを返す。
- 引数
-
- なし
- 戻り値
- 成功した場合は ENAME のリスト、失敗した場合はNIL
- サンプル
(vl-load-gis) T (setq ents (gis:get-entities)) (<Entity name: 6c8f9e20> <Entity name: 6c8f9fe0>)
関連事項