「Vlr-reactions」の版間の差分
編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
{{AutoLISP} | {{AutoLISP}} | ||
} | |||
; 構文 | ; 構文 | ||
: (vlr-reactions ''reactor'') | : (vlr-reactions ''reactor'') |
2020年12月23日 (水) 10:57時点における版
- 構文
- (vlr-reactions reactor)
- 機能
- リアクタのペアのリスト(event-name . callback_function)を返す。
- 引数
-
- reactor : VLR オブジェクト。
- 戻り値
- リアクタのペアのリスト
- サンプル
(vlr-reactions circleReactor) ((:vlr-modified . PRINT-RADIUS))
関連記事