Ai support

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
ai_support
* 変数
機能
関連付け一覧を格納する変数


引数
  • なし


戻り値
関連付け一覧の値
(("DCLFILE1". 1) ("DCLFILE2". 2).)


サンプル
(ai_dcl "GZ_SETS")
1
!AI_support
(("GZ_SETS" . 1))

(ai_dcl "GZ_Inters")
2
!AI_support
(("GZ_Inters" . 2) ("GZ_SETS" . 1))




関連事項