「Vle-selectionset-list」の版間の差分
| 編集の要約なし | 編集の要約なし | ||
| (同じ利用者による、間の1版が非表示) | |||
| 21行目: | 21行目: | ||
| (vle-selectionset->list ss ) | (vle-selectionset->list ss ) | ||
| (<Entity name: 7ec7d930> <Entity name: 7ec7d4b0> <Entity name: 7ec7d6f0> <Entity name: 7ec7e630> <Entity name: 7ec7ea70>) | (<Entity name: 7ec7d930> <Entity name: 7ec7d4b0> <Entity name: 7ec7d6f0> <Entity name: 7ec7e630> <Entity name: 7ec7ea70>) | ||
| </pre>   | </pre>   | ||
| 28行目: | 27行目: | ||
| * [[VLE-関数]] | * [[VLE-関数]] | ||
| * [[ssget]] | * [[ssget]] | ||
| * [[ | * [[選択セット(GZ-LIB)]] | ||
| [[Category:AutoLISP]] | [[Category:AutoLISP]] | ||
| [[Category:BricsCADのLISP]] | |||
2023年1月28日 (土) 07:56時点における最新版
- 構文
- (vle-selectionset->list ss )
- 機能
- 与えられた選択セット 'ss' からエンティティ名のリストを作成する。
- 引数
- 
- ss : 選択セット
 
- 戻り値
- 選択セットに含まれたオブジェクトのenameリスト。ss が nil の場合は nil が返る
- サンプル
(setq ss (ssget)) ; 図形選択 (vle-selectionset->list ss ) (<Entity name: 7ec7d930> <Entity name: 7ec7d4b0> <Entity name: 7ec7d6f0> <Entity name: 7ec7e630> <Entity name: 7ec7ea70>)
関連事項
